Anchor to CollectionSubCollectionSourceCollection
objectCollection Sub Collection Source
Requires access scope.
A collection source whose membership comes from a single referenced collection (sub-collection).
Sub-collection sources are always non-shareable: the inherited shareable field on the
interface always resolves to false for this type. Sharing a sub-collection source across owners is not
supported because the chain reference is owner-bound.
Anchor to FieldsFields
- app (App)
- description (String)
- id (ID!)
- subCollection (Collection!)
- title (String!)
- •App
The app that manages this source, if applicable.
- Anchor to descriptiondescription•String
An optional description of the source.
- •ID!non-null
The unique identifier for this source.
- Anchor to subCollectionsub•Collection!
Collection non-null The single referenced sub-collection that supplies products to this source.
- Anchor to titletitle•String!non-null
The title of the source.
Was this section helpful?