INPUT_OBJECT

SalesRepresentativeFilter

link GraphQL Schema definition

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