Files
lunchrun-amplify/amplify/backend/api/lunchrun/schema.graphql

4 lines
45 B
GraphQL

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