# PublicationInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to publish a resource. ### Access Scopes ## Fields * [channelId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - ID of the channel. * [publicationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - ID of the publication. * [publishDate](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time that the resource was published. Setting this to a date in the future will schedule the resource to be published. Only online store channels support future publishing. This field has no effect if you include it in the `publishableUnpublish` mutation. ## Input objects with this input object * [publishablePublish](/docs/api/admin-graphql/2024-10/mutations/publishablePublish) * [publishableUnpublish](/docs/api/admin-graphql/2024-10/mutations/publishableUnpublish) ## Examples