Skip to main content

UpsertStepStakeholderPayload

The output of our upsert StepStakeholder mutation.

type UpsertStepStakeholderPayload {
clientMutationId: String
stepStakeholder: StepStakeholder
query: Query
workspaceAccount: WorkspaceAccount
step: Step
stepStakeholderEdge(
orderBy: [StepStakeholdersOrderBy!] = [PRIMARY_KEY_ASC]
): StepStakeholdersEdge
}

Fields

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

UpsertStepStakeholderPayload.stepStakeholder ● StepStakeholder object

The StepStakeholder that was upserted by this mutation.

UpsertStepStakeholderPayload.query ● Query object

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

UpsertStepStakeholderPayload.workspaceAccount ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this StepStakeholder.

UpsertStepStakeholderPayload.step ● Step object

Reads a single Step that is related to this StepStakeholder.

UpsertStepStakeholderPayload.stepStakeholderEdge ● StepStakeholdersEdge object

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

UpsertStepStakeholderPayload.stepStakeholderEdge.orderBy ● [StepStakeholdersOrderBy!] list enum

The method to use when ordering StepStakeholder.

Returned By

upsertStepStakeholderById mutation ● upsertStepStakeholderByWorkspaceAccountIdAndStepId mutation