---
title: CommentStatus - GraphQL Admin
description: The status of a comment.
api_version: unstable
api_name: admin
source_url:
  html: 'https://shopify.dev/docs/api/admin-graphql/unstable/enums/CommentStatus'
  md: 'https://shopify.dev/docs/api/admin-graphql/unstable/enums/CommentStatus.md'
---

# Comment​Status

enum

The status of a comment.

## Valid values

* PENDING

  The comment is pending approval.

* PUBLISHED

  The comment is published.

* REMOVED

  The comment has been removed.

* SPAM

  The comment is marked as spam.

* UNAPPROVED

  The comment is unapproved.

***

## Fields

* [Comment.status](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Comment#field-Comment.fields.status)

  OBJECT

  A comment on an article.

***

## Map

### Fields with this enum

* [Comment.status](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Comment#field-Comment.fields.status)
