Sha256: 1019f270fa99598121e2fb96540b8606c596f88cede5d6728b0ff2859edcf5b1

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

#import "./currentUserAttributes.gql"

query($id: String!) {
  ovalPolicy(id: $id) {
    id
    name
    period
    cronLine
    weekday
    dayOfMonth
    description
    hostgroups {
      nodes {
        id
        descendants {
          nodes {
            id
          }
        }
      }
    }
  }
  currentUser {
    ...CurrentUserAttributes
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_openscap-5.1.0 webpack/graphql/queries/ovalPolicy.gql
foreman_openscap-5.0.0 webpack/graphql/queries/ovalPolicy.gql