Anchor to BlogUpdateUserErrorBlog
objectBlog Update User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (BlogUpdateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Blog
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
- blogUpdate (BlogUpdatePayload)
- •mutation
Updates an existing blog's configuration and settings. This mutation allows merchants to modify blog properties to keep their content strategy current.
For example, a merchant might update their blog's title from "Company News" to "Sustainability Stories" when shifting their content focus, or modify the handle to improve URL structure.
Use the
mutation to:- Change blog titles for rebranding
- Modify blog handles for better URLs
- Adjust comment settings and moderation preferences
The mutation returns the updated blog with any validation errors.
- •ID!required
The ID of the blog to be updated.
- Anchor to blogblog•Blog
Update Input! required The properties of the blog to be updated.
Arguments
Was this section helpful?