DeleteStepStakeholderPayload
The output of our delete StepStakeholder mutation.
type DeleteStepStakeholderPayload {
clientMutationId: String
stepStakeholder: StepStakeholder
deletedStepStakeholderNodeId: ID
query: Query
workspaceAccount: WorkspaceAccount
step: Step
stepStakeholderEdge(
orderBy: [StepStakeholdersOrderBy!] = [PRIMARY_KEY_ASC]
): StepStakeholdersEdge
}
Fields
DeleteStepStakeholderPayload.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.
DeleteStepStakeholderPayload.stepStakeholder ● StepStakeholder object
The StepStakeholder that was deleted by this mutation.
DeleteStepStakeholderPayload.deletedStepStakeholderNodeId ● ID scalar
DeleteStepStakeholderPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteStepStakeholderPayload.workspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this StepStakeholder.
DeleteStepStakeholderPayload.step ● Step object
Reads a single Step that is related to this StepStakeholder.
DeleteStepStakeholderPayload.stepStakeholderEdge ● StepStakeholdersEdge object
An edge for our StepStakeholder. May be used by Relay 1.
DeleteStepStakeholderPayload.stepStakeholderEdge.orderBy ● [StepStakeholdersOrderBy!] list enum
The method to use when ordering StepStakeholder.
Returned By
deleteStepStakeholder mutation ● deleteStepStakeholderByNodeId mutation ● deleteStepStakeholderByWorkspaceAccountIdAndStepId mutation