INPUT_OBJECT
VoucherActionOnVoucherCreateInput
link GraphQL Schema definition
1 input VoucherActionOnVoucherCreateInput { 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 # Exactly one input field should be provided 12 VoucherActionResultInput! : 13 }