...
Or, an integrator could answer the question “what ScenarioSessionEvents are associated with this ScenarioSession?” by querying the Scope GraphQL API as follows:
Code Block | ||
---|---|---|
| ||
query { node(id: "OiSSdfK1Su4gwG4zAi2InavDB9eRE9aOnGHYRMG5dqY=") { ... on ScenarioSession { scenarioSessionEvents { nodes { id } } } } } |
...