github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-automatic-scenario-assignment-for-scenario/query-automatic-scenario-assignment-for-scenario.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: automaticScenarioAssignmentForScenario(scenarioName: "ASA1") {
     4      scenarioName
     5      selector {
     6        key
     7        value
     8      }
     9    }
    10  }