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.


Fields

•Product

The product that has been published.

•Shop!
non-null

The user's shop.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.

•[ProductPublication!]
Deprecated

Was this section helpful?