DeleteCustomReactionPayload
The output of our delete CustomReaction mutation.
type DeleteCustomReactionPayload {
clientMutationId: String
customReaction: CustomReaction
deletedCustomReactionNodeId: ID
query: Query
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
customReactionEdge(
orderBy: [CustomReactionsOrderBy!] = [PRIMARY_KEY_ASC]
): CustomReactionsEdge
}
Fields
DeleteCustomReactionPayload.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.
DeleteCustomReactionPayload.customReaction ● CustomReaction object
The CustomReaction that was deleted by this mutation.
DeleteCustomReactionPayload.deletedCustomReactionNodeId ● ID scalar
DeleteCustomReactionPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteCustomReactionPayload.workspace ● Workspace object
Reads a single Workspace that is related to this CustomReaction.
DeleteCustomReactionPayload.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CustomReaction.
DeleteCustomReactionPayload.customReactionEdge ● CustomReactionsEdge object
An edge for our CustomReaction. May be used by Relay 1.
DeleteCustomReactionPayload.customReactionEdge.orderBy ● [CustomReactionsOrderBy!] list enum
The method to use when ordering CustomReaction.
Returned By
deleteCustomReaction mutation ● deleteCustomReactionByNodeId mutation