Anchor to BlogUpdatePayloadBlog
payloadBlog Update Payload
Return type for mutation.
Anchor to FieldsFields
- Anchor to blogblog•Blog
The blog that was updated.
- Anchor to userErrorsuser•[Blog
Errors Update User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- •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.
Was this section helpful?