Skip to main content

DeleteStepPayload

The output of our delete Step mutation.

type DeleteStepPayload {
clientMutationId: String
step: Step
deletedStepNodeId: ID
query: Query
stage: Stage
ownerAccount: Account
ownerProfile: Profile
playbook: Playbook
createdBy: WorkspaceAccount
parentStep: Step
libraryStep: Step
stepEdge(
orderBy: [StepsOrderBy!] = [PRIMARY_KEY_ASC]
): StepsEdge
}

Fields

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

DeleteStepPayload.step ● Step object

The Step that was deleted by this mutation.

DeleteStepPayload.deletedStepNodeId ● ID scalar

DeleteStepPayload.query ● Query object

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

DeleteStepPayload.stage ● Stage object

Reads a single Stage that is related to this Step.

DeleteStepPayload.ownerAccount ● Account object

Reads a single Account that is related to this Step.

DeleteStepPayload.ownerProfile ● Profile object

Reads a single Profile that is related to this Step.

DeleteStepPayload.playbook ● Playbook object

Reads a single Playbook that is related to this Step.

DeleteStepPayload.createdBy ● WorkspaceAccount object

Reads a single WorkspaceAccount that is related to this Step.

DeleteStepPayload.parentStep ● Step object

Reads a single Step that is related to this Step.

DeleteStepPayload.libraryStep ● Step object

Reads a single Step that is related to this Step.

DeleteStepPayload.stepEdge ● StepsEdge object

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

DeleteStepPayload.stepEdge.orderBy ● [StepsOrderBy!] list enum

The method to use when ordering Step.

Returned By

deleteStep mutation ● deleteStepByNodeId mutation