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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: tenants(searchTerm: "test", first: 3) {
     4      data {
     5        id
     6        internalID
     7        name
     8      }
     9      pageInfo {
    10        startCursor
    11        endCursor
    12        hasNextPage
    13      }
    14      totalCount
    15    }
    16  }