--- title: BlogUpdatePayload - GraphQL Admin description: Return type for `blogUpdate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/blogupdatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/blogupdatepayload.md --- # Blog​Update​Payload payload Return type for `blogUpdate` mutation. ## Fields * blog [Blog](https://shopify.dev/docs/api/admin-graphql/latest/objects/Blog) The blog that was updated. * user​Errors [\[Blog​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/BlogUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [blog​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/blogUpdate) mutation Updates a blog. *** ## Map ### Mutations with this payload * [blog​Update](https://shopify.dev/docs/api/admin-graphql/latest/types/blogUpdate)