Sha256: d205dc25151a39ceb26452b4624ba2c7f7f31885aa785ec5d8fdac570d4e4932
Contents?: true
Size: 257 Bytes
Versions: 11
Compression:
Stored size: 257 Bytes
Contents
#import "./currentUserAttributes.gql" query($search: String, $first: Int, $last: Int) { hostgroups(search: $search, first: $first, last: $last) { totalCount nodes { id name } } currentUser { ...CurrentUserAttributes } }
Version data entries
11 entries across 11 versions & 1 rubygems