INPUT_OBJECT
VoucherActionUpdateInput
link GraphQL Schema definition
1 input VoucherActionUpdateInput { 2 3 # Pass null as ID to make this action an entrypoint 4 : VoucherActionInput 5 6 : VoucherActionContinueStrategy 7 8 # Exactly one input field should be provided 9 : [VoucherActionCriteriaCreateInput!] 10 11 : [VoucherActionCriteriaInput!] 12 13 # Exactly one input field should be provided 14 : VoucherActionResultInput 15 }