INPUT_OBJECT

InvoicePaymentFilter

link GraphQL Schema definition

1input InvoicePaymentFilter {
2
3id: [Int!]
4
5invoiceId: [Int!]
6
7value: FloatRange
8
9paymentDate: DateRange
10
11currencyId: [Int!]
12
13type: InvoicePaymentType
14
15adminUserId: [Int!]
16
17createdAt: DateRange
18}