INPUT_OBJECT

BrandFilter

link GraphQL Schema definition

1input BrandFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8# Exactly one input field should be provided
9uri: StringMatch
10
11storeId: [Int!]
12
13externalId: [String!]
14
15search: String
16
17notNull: [String!]
18
19negate: [String!]
20}