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

Version Path
foreman_ansible-10.2.0 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-10.1.0 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-10.0.1 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-10.0.0 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.1.4 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-9.0.1 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.1.3 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-9.0.0 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.1.2 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.1.1 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-8.0.1 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-8.0.0 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.0.4 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.1.0 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.0.3 webpack/graphql/queries/hostVariableOverrides.gql
foreman_ansible-7.0.2 webpack/graphql/queries/hostVariableOverrides.gql