RemoveCommentReactionInput
No description
input RemoveCommentReactionInput {
commentID: ID!
commentRevisionID: ID!
clientMutationId: String!
}
Fields
RemoveCommentReactionInput.commentID
● ID!
non-null scalar
commentID is the Comment's ID that we want to remove a Reaction on.
RemoveCommentReactionInput.commentRevisionID
● ID!
non-null scalar
commentRevisionID is the Comment's revision ID that we want to remove a reaction on.
RemoveCommentReactionInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
removeCommentReaction
mutation