CollectionPublication object
Represents the publications where a collection is published.
On this page
Fields
- collection (
[Collection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection)
)
The collection to be published on the publication. - isPublished (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether the publication is published or not. - publication (
[Publication!](https://shopify.dev/docs/admin-api/graphql/reference/apps/publication)
)
The publication where the collection will be published. - publishDate (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date that the publication was or is going to be published.
Deprecated fields
Show/Hide
An auto-generated type for paginating through multiple CollectionPublications.
On this page
Fields
- edges (
[[CollectionPublicationEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionpublication)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one CollectionPublication and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[CollectionPublication!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionpublication)
)
The item at the end of CollectionPublicationEdge.
Types that return CollectionPublicationEdge
[CollectionPublicationConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionpublication#edges-2021-01)