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

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