CreateOrUpdateRunForEventPayload
Autogenerated return type of CreateOrUpdateRunForEvent.
type CreateOrUpdateRunForEventPayload {
clientMutationId: String
run: Run!
}
Fields
CreateOrUpdateRunForEventPayload
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateRunForEventPayload
.run
● Run!
non-null object
The created or updated run.
Returned By
createOrUpdateRunForEvent
mutation