Skip to main content
Anchor to ArticleUpdateUserError

ArticleUpdateUserError

object

An error that occurs during the execution of ArticleUpdate.

•ArticleUpdateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•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 setting redirectNewHandle to true.

Arguments

•ID!
required

The ID of the article to be updated.

•ArticleUpdateInput!
required

The properties of the article to be updated.

•ArticleBlogInput

The properties of the blog to be created.



Was this section helpful?


Was this section helpful?