INPUT_OBJECT
1input PricelistFilter {23id: [Int!]45# Exactly one input field should be provided6name: StringMatch78status: [Status!]910# Required permission: Country:read11assignedToCountryId: [Int!]1213currencyId: [Int!]1415isDefaultForCurrency: Boolean1617storeId: [Int!]1819externalId: [String!]2021search: String2223notNull: [String!]2425negate: [String!]26}