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