UnfeatureCommentInput
No description
input UnfeatureCommentInput {
  commentID: ID!
  clientMutationId: String!
}
Fields
UnfeatureCommentInput.commentID ● ID! non-null scalar
commentID is the ID of the featured Comment that should be unfeatured.
UnfeatureCommentInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
unfeatureComment  mutation