CreateCommentReactionInput
All input for the create CommentReaction mutation.
input CreateCommentReactionInput {
clientMutationId: String
commentReaction: CommentReactionInput!
}
Fields
CreateCommentReactionInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateCommentReactionInput.commentReaction ● CommentReactionInput! non-null input
The CommentReaction to be created by this mutation.
Member Of
createCommentReaction mutation