OBJECT
FormAnswer
An answer in a filled form
link GraphQL Schema definition
- type FormAnswer {
- # The answer to the question
- String :
- # The ID of the custom module whose value determines whether to show or hide the
- # custom module
- ID :
- # The creation time of the form answer
- String :
- # The type of question that was filled out
- CustomModule :
- # The id of the question template
- String :
- # The answer to display (some conversions are made verse raw answer data)
- String :
- # The type of filter
- String :
- # The filled form that this answer is a part of
- FormAnswerGroup :
- # The unique identifier of the answer
- ID! :
- # The label of the question
- String :
- # The id of the user that the answered question is for
- String :
- # The value to check the filter against
- String :
- }