# ArticleBlogInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields of a blog when an article is created or updated. ### Access Scopes ## Fields * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the blog. ## Input objects with this input object * [articleCreate](/docs/api/admin-graphql/2024-10/mutations/articleCreate) * [articleUpdate](/docs/api/admin-graphql/2024-10/mutations/articleUpdate) ## Examples