Anchor to ArticleCreateUserErrorArticle
objectArticle Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Article
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 an
Article. Articles are content pieces that include a title, body text, and author information.You can publish the article immediately or schedule it with a specific publish date. You can customize the article's URL handle, apply custom templates for rendering, and add optional fields like tags, an image, and
Metafieldobjects.The mutation validates article content and ensures proper blog association. Error handling provides specific feedback for content requirements.
- Anchor to articlearticle•Article
Create Input! required The properties of the new article.
- Anchor to blogblog•Article
Blog Input The properties of the new blog.
Arguments
Was this section helpful?