UpdateRunInput
Autogenerated input type of UpdateRun
input UpdateRunInput {
  clientMutationId: String
  id: ID
  run: RunInput!
}
Fields
UpdateRunInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateRunInput.id ● ID scalar
UpdateRunInput.run ● RunInput! non-null input
Member Of
updateRun  mutation