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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: detachConstraintFromFormationTemplate(
     4      constraintID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     5      formationTemplateID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     6    ) {
     7      constraintID
     8      formationTemplateID
     9    }
    10  }