GraphQL Schema Reference
Outcome ¶
GraphQL Schema definition ¶
- type Outcome {
- String! :
- String :
- String :
- # Dot delimited path identifying the outcome's position in the Outcome tree
- # structure. (Example: 'Blocked.Blocked_Alerted_No' for 'Blocked_Alerted_No' under
- # the parent Outcome 'Blocked')
- String :
- Float :
- Float :
- String :
- # Hex Color string like "#F44336"
- String :
- Float :
- Int :
- Boolean :
- Boolean :
- Boolean :
- # UI prompt question for user to consider when selecting child elements. (Example:
- # 'Alerted' may be a top level outcome but a child question of 'Severity?' could
- # be used for child outcomes of 'Low' and 'High')
- String :
- Boolean :
- Boolean :
- Boolean :
- String :
- String :
- }