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