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