INPUT_OBJECT
1input CountryFilter {23id: [Int!]45# Exactly one input field should be provided6name: StringMatch78ISO2: [String!]910ISO3: [String!]1112ISO_NUM: [Int!]1314# Exactly one input field should be provided15continent: StringMatch1617isEU: Boolean1819totalStates: IntRange2021search: String2223notNull: [String!]2425negate: [String!]26}