upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCodeInput
All input for the upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCode mutation.
input upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCodeInput {
clientMutationId: String
commentReaction: CommentReactionInput!
patch: CommentReactionPatch!
}
Fields
upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCodeInput.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.
upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCodeInput.commentReaction ● CommentReactionInput! non-null input
The CommentReaction to be created by this mutation.
upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCodeInput.patch ● CommentReactionPatch! non-null input
An object where the defined keys will be set on the CommentReaction being updated.
Member Of
upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCode mutation