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