# CollectionRuleSetInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a rule set of the collection. ### Access Scopes ## Fields * [appliedDisjunctively](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether products must match any or all of the rules to be included in the collection. If true, then products must match at least one of the rules to be included in the collection. If false, then products must match all of the rules to be included in the collection. * [rules](/docs/api/admin-graphql/2024-10/input-objects/CollectionRuleInput): CollectionRuleInput - The rules used to assign products to the collection. ## Input objects with this input object * [CollectionInput](/docs/api/admin-graphql/2024-10/input-objects/CollectionInput) ## Examples