stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ResourcePublicationV2

AdminTypes.ResourcePublicationV2 interface

A resource publication represents information about the publication of a resource. Unlike ResourcePublication, an instance of ResourcePublicationV2 can’t be unpublished. It must either be published or scheduled to be published.

See [ResourcePublication](/api/admin-graphql/latest/objects/ResourcePublication) for more context.

Signature:

export interface ResourcePublicationV2 

Properties

Property Modifiers Type Description
isPublished   Scalars[‘Boolean’][‘output’] 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 The publication the resource publication is published to.
publishable   Publishable The resource published to the publication.
publishDate?   Maybe<Scalars[‘DateTime’][‘output’]> (Optional) The date that the resource publication was or is going to be published to the publication.