Anchor to ArticleUpdatePayloadArticle
payloadArticle Update Payload
Return type for mutation.
Anchor to FieldsFields
- article (Article)
- userErrors ([ArticleUpdateUserError!]!)
- Anchor to articlearticle•Article
The article that was updated.
Show fields
- Anchor to userErrorsuser•[Article
Errors Update User Error!]! non-null The list of errors that occurred from executing the mutation.
Show fields
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- 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.Show payload
- Anchor to articlearticle•Article
Update Input! required The properties of the article to be updated.
Show input fields
- Anchor to blogblog•Article
Blog Input The properties of the blog to be created.
Show input fields
- •ID!required
The ID of the article to be updated.
Arguments
Was this section helpful?