Sha256: 73467a61be9fb6ad4195bd3f9978a3375d1c1141fd2533a37c7f5658098ccc89
Contents?: true
Size: 733 Bytes
Versions: 56
Compression:
Stored size: 733 Bytes
Contents
#import "./currentUserAttributes.gql" query($id: String!, $match: String, $first: Int, $last: Int) { host(id: $id) { id ansibleVariablesWithOverrides(first: $first, last: $last) { totalCount nodes { id key path meta { canEdit } defaultValue parameterType ansibleRoleName validatorType validatorRule required lookupValues(match: $match) { nodes { id match value omit } } currentValue { value element elementName } } } } currentUser { ...CurrentUserAttributes } }
Version data entries
56 entries across 56 versions & 1 rubygems