# PublicationCreateInput - admin-graphql - INPUT_OBJECT Version: unstable ## Description The input fields for creating a publication. ### Access Scopes ## Fields * [autoPublish](/docs/api/admin-graphql/unstable/scalars/Boolean): Boolean - Whether to automatically add newly created products to this publication. * [catalogId](/docs/api/admin-graphql/unstable/scalars/ID): ID - The ID of the catalog. * [defaultState](/docs/api/admin-graphql/unstable/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/unstable/mutations/publicationCreate) ## Examples