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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: formations(first: 100, after: "") {
     4      data {
     5        id
     6        name
     7        formationTemplateId
     8        state
     9        status {
    10          condition
    11          errors {
    12            assignmentID
    13            message
    14            errorCode
    15          }
    16        }
    17      }
    18      pageInfo {
    19        startCursor
    20        endCursor
    21        hasNextPage
    22      }
    23      totalCount
    24    }
    25  }