Skip to content

CheckoutFormAnswerGroupInput

Payload for a group of answers

Fields

custom_module_form_id · String · The id of the custom module form
form_answers · [CheckoutFormAnswerInput] · The list of answers for the form
id · ID · The id of the form answer group

Used By

Definition

"""
Payload for a group of answers
"""
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
}