# BlogUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to update 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. * [redirectArticles](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether to redirect blog posts automatically. * [redirectNewHandle](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether a redirect is required after a new handle has been provided. If `true`, then the old handle is redirected to the new one automatically. * [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 * [blogUpdate](/docs/api/admin-graphql/2024-10/mutations/blogUpdate) ## Examples