INPUT_OBJECT

SubvouchersCreateInput

link GraphQL Schema definition

1input SubvouchersCreateInput {
2
3# Exactly one input field should be provided
4voucher: VoucherInput!
5
6startAt: DateTimeTz!
7
8stopAt: DateTimeTz!
9
10identifiers: [SubvoucherIdentifier!]!
11}

link Required by