Skip to content

Commit 0429119

Browse files
authored
Merge pull request #63 from dnohashi/deployment
changed schema on branch
2 parents 5935cb8 + eb5a4bb commit 0429119

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)