Anchor to CollectionPublicationCollection
Collection Publication
object
Represents the publications where a collection is published.
Anchor to FieldsFields
- Anchor to collectioncollection•Collection!non-null
The collection to be published on the publication.
- Anchor to isPublishedis•
Published Boolean!non-null Whether the publication is published or not.
- Anchor to publicationpublication•Publication!non-null
The publication where the collection will be published.
- Anchor to publishDatepublish•
Date DateTime!non-null The date that the publication was or is going to be published.
- Anchor to channelchannel•Channel!non-null
The channel where the collection will be published.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Publishes a collection to a channel.
- Anchor to inputinput•Collection
Publish Input!required Specify a collection to publish and the sales channels to publish it to.
Arguments
- Anchor to collectioncollection•
The published collection.
- Anchor to collectionPublicationscollection•
Publications The channels where the collection has been published.
- Anchor to shopshop•Shop!non-null
The shop associated with the collection.
- Anchor to userErrorsuser•
Errors [UserError!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?