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