INPUT_OBJECT

CheckoutFormAnswerGroupInput

Payload for a group of answers

link GraphQL Schema definition

  • input CheckoutFormAnswerGroupInput {
  • # The id of the custom module form
  • custom_module_form_id: String
  • # The list of answers for the form
  • form_answers: [CheckoutFormAnswerInput]
  • # The id of the form answer group
  • id: ID
  • }