github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-automatic-scenario-assignments/query-automatic-scenario-assignments.graphql (about) 1 # Code generated by Compass integration tests, DO NOT EDIT. 2 query { 3 result: automaticScenarioAssignments { 4 data { 5 scenarioName 6 selector { 7 key 8 value 9 } 10 } 11 pageInfo { 12 startCursor 13 endCursor 14 hasNextPage 15 } 16 totalCount 17 } 18 }