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 4b42d00 commit 3b2fc1aCopy full SHA for 3b2fc1a
database/datamodel.graphql
@@ -1,4 +1,6 @@
1
-type User {
+type Link {
2
id: ID! @unique
3
- name: String!
+ createdAt: DateTime!
4
+ description: String!
5
+ url: String!
6
}
database/prisma.yml
@@ -1,2 +1,2 @@
endpoint: http://localhost:4466
-datamodel: datamodel.graphql
+datamodel: datamodel.graphql
0 commit comments