Anchor to ArticleUpdateUserErrorArticle
objectArticle Update User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (ArticleUpdateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Article
Update 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
- articleUpdate (ArticleUpdatePayload)
- •mutation
Updates an existing
Article. You can modify the article's content, metadata, publication status, and associated properties like author information and tags.If you update the
handle, then you can optionally create a redirect from the old URL to the new one by settingtotrue.- •ID!required
The ID of the article to be updated.
- Anchor to articlearticle•Article
Update Input! required The properties of the article to be updated.
- Anchor to blogblog•Article
Blog Input The properties of the blog to be created.
Arguments
- •ID!
Was this section helpful?