Files
2020-09-23 15:40:20 -07:00

6 lines
70 B
GraphQL

type Todo @model {
id: ID!
done: Boolean!
description: String
}