Skip to main content

UpdateCustomReactionPayload

The output of our update CustomReaction mutation.

type UpdateCustomReactionPayload {
clientMutationId: String
customReaction: CustomReaction
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
customReactionEdge(
orderBy: [CustomReactionsOrderBy!] = [PRIMARY_KEY_ASC]
): CustomReactionsEdge
}

Fields

UpdateCustomReactionPayload.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.

UpdateCustomReactionPayload.customReaction ● CustomReaction object

The CustomReaction that was updated by this mutation.

UpdateCustomReactionPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateCustomReactionPayload.workspace ● Workspace object

Reads a single Workspace that is related to this CustomReaction.

UpdateCustomReactionPayload.createdByWorkspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this CustomReaction.

UpdateCustomReactionPayload.customReactionEdge ● CustomReactionsEdge object

An edge for our CustomReaction. May be used by Relay 1.

UpdateCustomReactionPayload.customReactionEdge.orderBy ● [CustomReactionsOrderBy!] list enum

The method to use when ordering CustomReaction.

Returned By

updateCustomReaction mutation ● updateCustomReactionByNodeId mutation