INPUT_OBJECT

ContinentFilter

link GraphQL Schema definition

1input ContinentFilter {
2
3# Exactly one input field should be provided
4name: StringMatch
5
6totalCountries: IntRange
7
8search: String
9
10notNull: [String!]
11
12negate: [String!]
13}