ApproveCommentInput
No description
type ApproveCommentInput { commentID: ID! commentRevisionID: ID! clientMutationId: String!}
#
FieldscommentID
(ID!
)#
commentID is the ID of the Comment that was approved.
commentRevisionID
(ID!
)#
commentRevisionID is the ID of the CommentRevision that is being approved.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.