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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: formationConstraint(id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa") {
     4      id
     5      name
     6      constraintType
     7      targetOperation
     8      operator
     9      resourceType
    10      resourceSubtype
    11      inputTemplate
    12      constraintScope
    13    }
    14  }