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