OBJECT

SubvouchersPayload

link GraphQL Schema definition

1type SubvouchersPayload implements Payload {
2subvoucherIds: [Int!]!
3
4userErrors: [UserError!]!
5
6userWarnings: [UserWarning!]!
7
8}

link Required by