INPUT_OBJECT

SubvouchersRemoveInput

link GraphQL Schema definition

1input SubvouchersRemoveInput {
2
3# Exactly one input field should be provided
4voucher: VoucherInput!
5
6# Exactly one input field should be provided
7subvouchers: [SubvoucherRemoveIdentifier!]!
8}

link Required by