INTERFACE
FormInputData
Refer to all input type of input (radio, checkbox, free, matrix, rating or score)
link GraphQL Schema definition
- interface FormInputData {
- # List of possible answers
- : [FormInputAnswer]
- # Text shown with the answer
- : String
- # Title of the input
- : String
- : String
- }