# BlogCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create a blog. ### Access Scopes ## Fields * [commentPolicy](/docs/api/admin-graphql/2024-10/enums/CommentPolicy): CommentPolicy - Indicates whether readers can post comments to the blog and whether comments are moderated. * [handle](/docs/api/admin-graphql/2024-10/scalars/String): String - A unique, human-friendly string for the blog. If no handle is specified, a handle will be generated automatically from the blog title. The handle is customizable and is used by the Liquid templating language to refer to the blog. * [metafields](/docs/api/admin-graphql/2024-10/input-objects/MetafieldInput): MetafieldInput - Attaches additional metadata to a store's resources. * [templateSuffix](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the template a blog is using if it's using an alternate template. Returns `null` if a blog is using the default blog.liquid template. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the blog. ## Input objects with this input object * [blogCreate](/docs/api/admin-graphql/2024-10/mutations/blogCreate) ## Examples