Sha256: 01eb2df54ae4a403cd4a9ab852aa00c079a77aef0e7c4d2160c8e53a47efc5b1

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

#import "./currentUserAttributes.gql"

query($id: String!, $first: Int, $last: Int) {
  host(id: $id) {
    id
    ownAnsibleRoles(first: $first, last: $last) {
      totalCount
      nodes {
        id
        name
      }
    }
  }
  currentUser {
    ...CurrentUserAttributes
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_ansible-7.0.1 webpack/graphql/queries/hostAnsibleRoles.gql
foreman_ansible-7.0.0 webpack/graphql/queries/hostAnsibleRoles.gql