Skip to main content
object

Represents the channels where a product is published.

Channel!
non-null

The channel where the product was or is published.

Boolean!
non-null

Whether the publication is published or not.

Product!
non-null

The product that was or is going to be published on the channel.

DateTime

The date that the product was or is going to be published on the channel.


Was this section helpful?

mutation
Deprecated

Arguments

ProductPublishInput!
required

Specifies the product to publish and the channels to publish it to.



Was this section helpful?