INPUT_OBJECT
1input CategoryFilter {23id: [Int!]45# Exactly one input field should be provided6name: StringMatch78status: [Status!]910parentId: [Int!]1112storeId: [Int!]1314isTopCategory: Boolean1516# Exactly one input field should be provided17uri: StringMatch1819search: String2021notNull: [String!]2223negate: [String!]24}