ResourcePublication object
A resource publication represents that a resource has been published to a publication.
On this page
Fields
- isPublished (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether the resource publication is published. Also returns true if the resource publication is scheduled to be published. If false, then the resource publication is neither published nor scheduled to be published. - publication (
[Publication!](https://shopify.dev/docs/admin-api/graphql/reference/apps/publication)
)
The publication the resource publication is published to. - publishDate (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date that the resource publication was or is going to be published to the publication. - publishable (
[Publishable!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/publishable)
)
The resource published to the publication.
Types that return ResourcePublication
[Channel.collectionPublicationsV3](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/channel#collectionpublicationsv3-2021-01)
[Channel.productPublicationsV3](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/channel#productpublicationsv3-2021-01)
[Collection.resourcePublications](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection#resourcepublications-2021-01)
[Product.resourcePublications](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product#resourcepublications-2021-01)
[Publication.collectionPublicationsV3](https://shopify.dev/docs/admin-api/graphql/reference/apps/publication#collectionpublicationsv3-2021-01)
[Publication.productPublicationsV3](https://shopify.dev/docs/admin-api/graphql/reference/apps/publication#productpublicationsv3-2021-01)
Deprecated fields
Show/Hide
An auto-generated type for paginating through multiple ResourcePublications.
On this page
Fields
- edges (
[[ResourcePublicationEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication)
)
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 ResourcePublication 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 (
[ResourcePublication!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication)
)
The item at the end of ResourcePublicationEdge.
Types that return ResourcePublicationEdge
[ResourcePublicationConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublication#edges-2021-01)