graphql/yoga-server/tutorial/basic/08-graph-relations #1167
Replies: 6 comments 4 replies
This comment has been hidden.
This comment has been hidden.
-
This way is almost useless without a (typescript) types generator, and you didn't show how to use one. |
Beta Was this translation helpful? Give feedback.
-
The Updating Prisma Client section mentions migrating the database with this example. npx prisma migrate dev --name "add-user-model" I assume that's supposed to be npx prisma migrate dev --name "add-comment-model" since this page is describing how to add a |
Beta Was this translation helpful? Give feedback.
-
I tried to use this setup with typescript type generators but there is a big mistake here in flow. I'll try to explain;
comments MUST be there in your return type of the If you know any solution. Don't hesitate to share pls. I stuck very hard. |
Beta Was this translation helpful? Give feedback.
-
Why |
Beta Was this translation helpful? Give feedback.
-
Can someone share the solution for the optional exercise? I don't know how to do that |
Beta Was this translation helpful? Give feedback.
-
graphql/yoga-server/tutorial/basic/08-graph-relations
Fully-featured, simple to set up, performant and extendable GraphQL NodeJS (JavaScript/TypeScript) server
https://www.graphql-yoga.com/tutorial/basic/08-graph-relations
Beta Was this translation helpful? Give feedback.
All reactions