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