INPUT_OBJECT
SubvouchersRemoveInput
link GraphQL Schema definition
1 input SubvouchersRemoveInput { 2 3 # Exactly one input field should be provided 4 : VoucherInput! 5 6 # Exactly one input field should be provided 7 : [SubvoucherRemoveIdentifier!]! 8 }