INPUT_OBJECT

FormAnswerInput

Payload for an answer

link GraphQL Schema definition

  • input FormAnswerInput {
  • # The answer
  • answer: String
  • # The ID of the conditional custom module
  • conditional_custom_module_id: ID
  • # The ID of the custom module
  • custom_module_id: String
  • # The type of filter
  • filter_type: String
  • # (CURRENTLY UNUSED) The mod_type (e.g question type) that is being answered.
  • mod_type: String
  • # Unique ID for the answer
  • id: ID
  • # The label for the answer
  • label: String
  • # The ID of the user who created the answer
  • user_id: String
  • # The value to filter by
  • value_to_filter: String
  • }