Files

4 lines
45 B
GraphQL

type Run @model {
id: ID!
name: String!
}