INPUT_OBJECT
CheckoutFormAnswerGroupInput
Payload for a group of answers
link GraphQL Schema definition
- input CheckoutFormAnswerGroupInput {
- # The id of the custom module form
- String :
- # The list of answers for the form
- CheckoutFormAnswerInput] : [
- # The id of the form answer group
- ID :
- }