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.