Anchor to BlogCreateUserErrorBlog
objectBlog Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Blog
Create User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Creates a new blog within a shop, establishing a container for organizing articles.
For example, a fitness equipment retailer launching a wellness blog would use this mutation to create the blog, enabling them to publish workout guides and nutrition tips.
Use the
mutation to:- Launch new content marketing initiatives
- Create separate blogs for different content themes
- Establish spaces for article organization
The mutation validates blog settings and establishes the structure for article publishing.
- Anchor to blogblog•Blog
Create Input! required The properties of the new blog.
Arguments
Was this section helpful?