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

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: unassignFormation(
     4      objectID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     5      objectType: APPLICATION
     6      formation: { name: "ADDITIONAL" }
     7    ) {
     8      id
     9      name
    10      formationTemplateId
    11      state
    12      status {
    13        condition
    14        errors {
    15          assignmentID
    16          message
    17          errorCode
    18        }
    19      }
    20    }
    21  }