--- title: CommentApprovePayload - GraphQL Admin description: Return type for `commentApprove` 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/commentapprovepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/commentapprovepayload.md --- # Comment​Approve​Payload payload Return type for `commentApprove` mutation. ## Fields * comment [Comment](https://shopify.dev/docs/api/admin-graphql/latest/objects/Comment) The comment that was approved. * user​Errors [\[Comment​Approve​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CommentApproveUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [comment​Approve](https://shopify.dev/docs/api/admin-graphql/latest/mutations/commentApprove) mutation Approves a comment. *** ## Map ### Mutations with this payload * [comment​Approve](https://shopify.dev/docs/api/admin-graphql/latest/types/commentApprove)