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
  • answers: [FormInputAnswer]
  • # Text shown with the answer
  • correctAnswer: String
  • # Title of the input
  • question: String
  • required: String
  • }