ResourcePublicationV2 object
A resource publication represents that a resource either has been published or will be 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. If true, then the resource publication is published to the publication. If false, then the resource publication is staged to be published to the publication. - 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 ResourcePublicationV2
[Collection.resourcePublicationsV2](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection#resourcepublicationsv2-2021-01)
[Product.resourcePublicationsV2](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product#resourcepublicationsv2-2021-01)
An auto-generated type for paginating through multiple ResourcePublicationV2s.
On this page
Fields
- edges (
[[ResourcePublicationV2Edge!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublicationv2)
)
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 ResourcePublicationV2 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 (
[ResourcePublicationV2!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublicationv2)
)
The item at the end of ResourcePublicationV2Edge.
Types that return ResourcePublicationV2Edge
[ResourcePublicationV2Connection.edges](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/resourcepublicationv2#edges-2021-01)