You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
It is not at all clear to me how to configure each and what prisma generate does vs graphqlgen. I can't be the only one that's thoroughly confused by how to setup a project correctly. Currently, the prisma docs just say graphqlgen exists but not how to do anything with it. The graphqlgen docs don't mention Prisma at all.
Updating the guides on how to integrate both would be really helpful to myself and others. If this documentation exists somewhere already, please send me to it. I'm so confused.
The text was updated successfully, but these errors were encountered:
I got it all figured out now, but not without some significant struggle that could have been avoided. I was able to do it by looking at a lot of different projects. I guess what's really not made clear is the work flow for adding to the database and what each generation tool does.
I wish I focused on that project. The readme does have the correct process for developing. I guess I'm suggesting this process be added to the official documentations / tutorial pages.
I've created projects using graphqlgen (https://oss.prisma.io/graphqlgen/)_ and using prisma init (https://www.prisma.io/docs/1.22/get-started/01-setting-up-prisma-new-database-JAVASCRIPT-a002/)
It is not at all clear to me how to configure each and what prisma generate does vs graphqlgen. I can't be the only one that's thoroughly confused by how to setup a project correctly. Currently, the prisma docs just say graphqlgen exists but not how to do anything with it. The graphqlgen docs don't mention Prisma at all.
Updating the guides on how to integrate both would be really helpful to myself and others. If this documentation exists somewhere already, please send me to it. I'm so confused.
The text was updated successfully, but these errors were encountered: