Skip to main content

DeleteStepResourcePayload

The output of our delete StepResource mutation.

type DeleteStepResourcePayload {
clientMutationId: String
stepResource: StepResource
deletedStepResourceNodeId: ID
query: Query
workspace: Workspace
step: Step
resource: Resource
stepResourceEdge(
orderBy: [StepResourcesOrderBy!] = [PRIMARY_KEY_ASC]
): StepResourcesEdge
}

Fields

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

DeleteStepResourcePayload.stepResource ● StepResource object

The StepResource that was deleted by this mutation.

DeleteStepResourcePayload.deletedStepResourceNodeId ● ID scalar

DeleteStepResourcePayload.query ● Query object

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

DeleteStepResourcePayload.workspace ● Workspace object

Reads a single Workspace that is related to this StepResource.

DeleteStepResourcePayload.step ● Step object

Reads a single Step that is related to this StepResource.

DeleteStepResourcePayload.resource ● Resource object

Reads a single Resource that is related to this StepResource.

DeleteStepResourcePayload.stepResourceEdge ● StepResourcesEdge object

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

DeleteStepResourcePayload.stepResourceEdge.orderBy ● [StepResourcesOrderBy!] list enum

The method to use when ordering StepResource.

Returned By

deleteStepResource mutation ● deleteStepResourceByNodeId mutation