INPUT_OBJECT
1input LanguageFilter {23id: [Int!]45# Exactly one input field should be provided6name: StringMatch78code: [String!]910isAvailableForTranslation: Boolean1112isActive: Boolean1314languageCode: [String!]1516countryId: [Int!]1718search: String1920notNull: [String!]2122negate: [String!]23}