Sha256: 1693cc9168f33d1ad1ded1fd0b0b34688a2fadc09856bd3cbaf93581bb5527e8

Contents?: true

Size: 463 Bytes

Versions: 3

Compression:

Stored size: 463 Bytes

Contents

#import "./currentUserAttributes.gql"

query($search: String, $first: Int, $last: Int) {
  jobInvocations(search: $search, first: $first, last: $last) {
    totalCount
    nodes {
      id
      description
      startAt
      statusLabel
      recurringLogic {
        id
        cronLine
        meta {
          canEdit
        }
      }
      task {
        id
        state
        result
      }
    }
  }
  currentUser {
    ...CurrentUserAttributes
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

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