INPUT_OBJECT

CheckoutFormAnswerInput

Payload for an answer

link GraphQL Schema definition

  • input CheckoutFormAnswerInput {
  • # The answer
  • answer: String
  • # The ID of the custom module
  • conditional_custom_module_id: ID
  • # The ID of the custom module
  • custom_module_id: String
  • # The type of the filter
  • filter_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 on
  • value_to_filter: String
  • }