INPUT_OBJECT

SupplierFilter

link GraphQL Schema definition

1input SupplierFilter {
2
3id: [Int!]
4
5name: [String!]
6
7status: [Status!]
8
9currencyId: [Int!]
10
11preferredWarehouseId: [Int!]
12
13search: String
14
15notNull: [String!]
16
17negate: [String!]
18}