github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/create-label-definition/create-label-definition.graphql (about) 1 # Code generated by Compass integration tests, DO NOT EDIT. 2 mutation { 3 result: createLabelDefinition( 4 in: { 5 key: "scenarios" 6 schema: "{\"items\":{\"enum\":[\"test-scenario\"],\"type\":\"string\"},\"minItems\":1,\"type\":\"array\",\"uniqueItems\":true}" 7 } 8 ) { 9 key 10 schema 11 } 12 }