Types
RunQuestion
Represents a run question in the GraphQL API.
object
RunQuestionFields
id
ID!
Stable identifier for this run question.
position
Int!
Zero-based position within the containing collection.
header
String
The header associated with this run question. May be null when unavailable or not applicable.
prompt
String!
The prompt associated with this run question.
multiSelect
Boolean!
Whether the multi select condition is true for this run question.
allowCustom
Boolean!
Whether the allow custom condition is true for this run question.
options
Options associated with this run question.