We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb0ea9 commit eb5a4bbCopy full SHA for eb5a4bb
amplify/backend/api/prevue2/schema.graphql
@@ -3,4 +3,7 @@ type Todo @model @searchable @auth(rules: [{ allow: owner }]) {
3
id: ID!
4
name: String!
5
owner: String
6
+ date: AWSDate
7
+ description: String
8
+ completed: Boolean!
9
}
0 commit comments