github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/delete-formation/delete-formation.graphql (about) 1 # Code generated by Compass integration tests, DO NOT EDIT. 2 mutation { 3 result: deleteFormation(formation: { name: "ADDITIONAL" }) { 4 id 5 name 6 formationTemplateId 7 state 8 status { 9 condition 10 errors { 11 assignmentID 12 message 13 errorCode 14 } 15 } 16 } 17 }