blog
Get the store blog information
Authentication
Public Access: Accessible with the public API key
Query Structure
{
blog {
name
commentsAreEnabled
commentsRequireAccount
commentsRequireApproval
}
}Arguments
This query does not accept any arguments.
Return Type
Blog - Represents a blog object, including its articles and related information.
Example
{
blog {
name
commentsAreEnabled
commentsRequireAccount
commentsRequireApproval
}
}