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