DiscountCollections object
A list of collections that the discount can have as a prerequisite or entitlement.
Required access
Apps must have read_discounts access scope.
 
On this page
 
Connections
collections ([CollectionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection))
A list of collections that the discount can have as a prerequisite or entitlement.
| Argument | 
Description | 
after  ( 
 [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)   ) | 
Returns the elements that come after the specified cursor. | 
before  ( 
 [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)   ) | 
Returns the elements that come before the specified cursor. | 
first  ( 
 [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)   ) | 
Returns up to the first n elements from the list. | 
last  ( 
 [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)   ) | 
Returns up to the last n elements from the list. | 
reverse  ( 
 [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)   ) | 
Reverse the order of the underlying list. Default value: false |