DeleteRunPayload
Autogenerated return type of DeleteRun.
type DeleteRunPayload {
  clientMutationId: String
  run: Run!
}
Fields
DeleteRunPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteRunPayload.run ● Run! non-null object
Returned By
deleteRun  mutation