--- title: PublicationInput - GraphQL Admin description: The input fields required to publish a resource. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PublicationInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PublicationInput.txt --- # Publication​Input input\_object The input fields required to publish a resource. ## Fields * publication​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) ID of the publication. * publish​Date [Date​Time](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/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. * channel​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) Deprecated *** ## Mutations using this input * [publishable​Publish.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/publishablePublish#argument-input) MUTATION * [publishable​Unpublish.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/publishableUnpublish#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[publishable​Publish.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/publishablePublish#argument-input) * <\~>[publishable​Unpublish.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/publishableUnpublish#argument-input)