Collection Sub Collections Source
Requires access scope.
A collection source whose membership comes from one or more referenced collections (sub-collections).
Sub-collection sources are always non-shareable. Sharing a sub-collection source across owners is not supported because the collection references are owner-bound.
Anchor to FieldsFields
- app (App)
- collections ([Collection!]!)
- description (String)
- id (ID!)
- linkedCollections (CollectionConnection!)
- title (String!)
- •App
The app that created this source, if applicable. In the case of shareable sources, this app manages this source's conditions and selections exclusively.
Show fields
- Anchor to collectionscollections•[Collection!]!non-null
The referenced sub-collections that supply products to this source.
Show fields
- Anchor to descriptiondescription•String
An optional description of the source.
- •ID!non-null
The unique identifier for this source.
- Anchor to linkedCollectionslinked•Collection
Collections Connection! non-null The collections that use this source, ordered by collection ID.
For sub-collection sources, these are the owning collections, not the referenced sub-collections.
Show fields
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.
Arguments
- Anchor to titletitle•String!non-null
The title of the source.