github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-certificate-subject-mappings/query-certificate-subject-mappings.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: certificateSubjectMappings(first: 100, after: "") {
     4      data {
     5        id
     6        subject
     7        consumerType
     8        internalConsumerID
     9        tenantAccessLevels
    10      }
    11      pageInfo {
    12        startCursor
    13        endCursor
    14        hasNextPage
    15      }
    16      totalCount
    17    }
    18  }