Skip to main content
Version: 3.x

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

The ID of the collection channel listing.

CollectionChannelListing.publicationDate ● Date deprecated scalar

DEPRECATED

This field will be removed in Saleor 4.0. Use the publishedAt field to fetch the publication date.

CollectionChannelListing.publishedAt ● DateTime scalar

The collection publication date.

Added in Saleor 3.3

CollectionChannelListing.isPublished ● Boolean! non-null scalar

Indicates if the collection is published in the channel.

CollectionChannelListing.channel ● Channel! non-null object

The channel to which the collection belongs.

Interfaces

Node interface

An object with an ID

Member of

Collection object


Was this page helpful?