# PublicationCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for creating a publication. ### Access Scopes ## Fields * [autoPublish](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether to automatically add newly created products to this publication. * [catalogId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the catalog. * [defaultState](/docs/api/admin-graphql/2024-10/enums/PublicationCreateInputPublicationDefaultState): PublicationCreateInputPublicationDefaultState - Whether to create an empty publication or prepopulate it with all products. ## Input objects with this input object * [publicationCreate](/docs/api/admin-graphql/2024-10/mutations/publicationCreate) ## Examples