CreateCommentReactionInput
No description
input CreateCommentReactionInput {
commentID: ID!
commentRevisionID: ID!
clientMutationId: String!
}
Fields
CreateCommentReactionInput.commentID
● ID!
non-null scalar
commentID is the Comment's ID that we want to create a Reaction on.
CreateCommentReactionInput.commentRevisionID
● ID!
non-null scalar
commentRevisionID is the revision ID of the Comment that we're creating the Reaction on.
CreateCommentReactionInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
createCommentReaction
mutation