Skip to content

Commit eb5a4bb

Browse files
Dean OhashiDean Ohashi
authored andcommitted
changed schema on branch
1 parent 2eb0ea9 commit eb5a4bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

amplify/backend/api/prevue2/schema.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ type Todo @model @searchable @auth(rules: [{ allow: owner }]) {
33
id: ID!
44
name: String!
55
owner: String
6+
date: AWSDate
7+
description: String
8+
completed: Boolean!
69
}

0 commit comments

Comments
 (0)