...
Code Block |
---|
query FetchScenarioSessionsWithContains( $first: Int!, $type: String!, $key: String!, $value: Alphanumeric! ) { scenarioSessions( first: $first, externalData: { type: $type, key: $key, value: $value } ) { nodes { nodes { id databaseId sessionType externalData user { id } } } } } |
...