Skip to main content

Get ExampleScenario

Get a single ExampleScenario by ID.

Query

query GetExampleScenario($id: ID!) {
examplescenario(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a ExampleScenario resource.