# CollectionPublication - admin-graphql - OBJECT Version: 2024-10 ## Description Represents the publications where a collection is published. ### Access Scopes ## Fields * [channel](/docs/api/admin-graphql/2024-10/objects/Channel): Channel! - The channel where the collection will be published. * [collection](/docs/api/admin-graphql/2024-10/objects/Collection): Collection! - The collection to be published on the publication. * [isPublished](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the publication is published or not. * [publication](/docs/api/admin-graphql/2024-10/objects/Publication): Publication! - The publication where the collection will be published. * [publishDate](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date that the publication was or is going to be published. ## Connections ## Related queries ## Related mutations * [collectionPublish](/docs/api/admin-graphql/2024-10/mutations/collectionPublish) Publishes a collection to a channel. ## Related Unions ## Examples