UpsertCommentReactionPayload
The output of our upsert CommentReaction mutation.
type UpsertCommentReactionPayload {
clientMutationId: String
commentReaction: CommentReaction
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
comment: Comment
customReactionByEmojiCode: CustomReaction
commentReactionEdge(
orderBy: [CommentReactionsOrderBy!] = [PRIMARY_KEY_ASC]
): CommentReactionsEdge
}
Fields
UpsertCommentReactionPayload.clientMutationId ● String scalar
The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.
UpsertCommentReactionPayload.commentReaction ● CommentReaction object
The CommentReaction that was upserted by this mutation.
UpsertCommentReactionPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpsertCommentReactionPayload.workspace ● Workspace object
Reads a single Workspace that is related to this CommentReaction.
UpsertCommentReactionPayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CommentReaction.
UpsertCommentReactionPayload.comment ● Comment object
Reads a single Comment that is related to this CommentReaction.
UpsertCommentReactionPayload.customReactionByEmojiCode ● CustomReaction object
Reads a single CustomReaction that is related to this CommentReaction.
UpsertCommentReactionPayload.commentReactionEdge ● CommentReactionsEdge object
An edge for our CommentReaction. May be used by Relay 1.
UpsertCommentReactionPayload.commentReactionEdge.orderBy ● [CommentReactionsOrderBy!] list enum
The method to use when ordering CommentReaction.
Returned By
upsertCommentReactionByCommentIdAndCreatedByWorkspaceAccountIdAndEmojiCode mutation ● upsertCommentReactionById mutation