Sha256: b0495c34e5b0e0d35e79cb75f055eeddc1db9c585692c2b3b94eb8519c308fde

Contents?: true

Size: 376 Bytes

Versions: 12

Compression:

Stored size: 376 Bytes

Contents

#import "./currentUserAttributes.gql"

query($search: String, $first: Int, $last: Int) {
  cves(search: $search, first: $first, last: $last) {
    totalCount
    nodes {
      id
      refId
      refUrl
      hasErrata
      definitionId
      hosts {
        nodes {
          id
          name
        }
      }
    }
  }
  currentUser {
    ...CurrentUserAttributes
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_openscap-8.0.0 webpack/graphql/queries/cves.gql
foreman_openscap-7.1.1 webpack/graphql/queries/cves.gql
foreman_openscap-7.1.0 webpack/graphql/queries/cves.gql
foreman_openscap-7.0.0 webpack/graphql/queries/cves.gql
foreman_openscap-6.0.0 webpack/graphql/queries/cves.gql
foreman_openscap-5.2.3 webpack/graphql/queries/cves.gql
foreman_openscap-5.2.2 webpack/graphql/queries/cves.gql
foreman_openscap-5.1.1 webpack/graphql/queries/cves.gql
foreman_openscap-5.2.1 webpack/graphql/queries/cves.gql
foreman_openscap-5.2.0 webpack/graphql/queries/cves.gql
foreman_openscap-5.1.0 webpack/graphql/queries/cves.gql
foreman_openscap-5.0.0 webpack/graphql/queries/cves.gql