Skip to content

Commit

Permalink
test: update test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Oct 1, 2021
1 parent 56e95cf commit 89d4d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type Comment @model @key(name: "byTodo", fields: ["todoID"]) {
todoID: ID!
}

type Todo @model {
type Task @model {
id: ID!
name: String!
description: String
Expand Down

0 comments on commit 89d4d82

Please sign in to comment.