UpdateStepResourcePayload
The output of our update StepResource mutation.
type UpdateStepResourcePayload {
clientMutationId: String
stepResource: StepResource
query: Query
workspace: Workspace
step: Step
resource: Resource
stepResourceEdge(
orderBy: [StepResourcesOrderBy!] = [PRIMARY_KEY_ASC]
): StepResourcesEdge
}
Fields
UpdateStepResourcePayload.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.
UpdateStepResourcePayload.stepResource ● StepResource object
The StepResource that was updated by this mutation.
UpdateStepResourcePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateStepResourcePayload.workspace ● Workspace object
Reads a single Workspace that is related to this StepResource.
UpdateStepResourcePayload.step ● Step object
Reads a single Step that is related to this StepResource.
UpdateStepResourcePayload.resource ● Resource object
Reads a single Resource that is related to this StepResource.
UpdateStepResourcePayload.stepResourceEdge ● StepResourcesEdge object
An edge for our StepResource. May be used by Relay 1.
UpdateStepResourcePayload.stepResourceEdge.orderBy ● [StepResourcesOrderBy!] list enum
The method to use when ordering StepResource.
Returned By
updateStepResource mutation ● updateStepResourceByNodeId mutation