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 miscellaneous
The ID of the collection channel listing.
CollectionChannelListing.publicationDate
● Date
deprecated scalar miscellaneous
DEPRECATEDThis field will be removed in Saleor 4.0. Use the
publishedAt
field to fetch the publication date.
CollectionChannelListing.publishedAt
● DateTime
scalar miscellaneous
The collection publication date.
Added in Saleor 3.3
CollectionChannelListing.isPublished
● Boolean!
non-null scalar miscellaneous
Indicates if the collection is published in the channel.
CollectionChannelListing.channel
● Channel!
non-null object channels
The channel to which the collection belongs.
Interfaces
Node
interface miscellaneous
An object with an ID
Member Of
Collection
object