INPUT_OBJECT

CountryStateFilter

link GraphQL Schema definition

1input CountryStateFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8code: [String!]
9
10search: String
11
12notNull: [String!]
13
14negate: [String!]
15}

link Required by