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