CollectionChannelListing
Represents collection channel listing.
type CollectionChannelListing implements Node {
id: ID!
publicationDate: Date @deprecated
publishedAt: DateTime
isPublished: Boolean!
channel: Channel!
}
Fields
CollectionChannelListing.id ● ID! non-null scalar
CollectionChannelListing.publicationDate ● Date deprecated scalar
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
publishedAtfield to fetch the publication date.
CollectionChannelListing.publishedAt ● DateTime scalar
The collection publication date.
Added in Saleor 3.3
CollectionChannelListing.isPublished ● Boolean! non-null scalar
CollectionChannelListing.channel ● Channel! non-null object
Interfaces
Node interface
An object with an ID
Member of
Collection object
Was this page helpful?