# blog Get the store blog information ## Authentication > **Public Access**: Accessible with the public API key ## Query Structure ```graphql { blog { name commentsAreEnabled commentsRequireAccount commentsRequireApproval } } ``` ## Arguments This query does not accept any arguments. ## Return Type [Blog](/reference/storefront/v1/objects/blog) - Represents a blog object, including its articles and related information. ## Example ```graphql { blog { name commentsAreEnabled commentsRequireAccount commentsRequireApproval } } ``` ## Related Types - [Blog](/reference/storefront/v1/objects/blog)