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

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