We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look into the following options, and how they work with Prisma.
GraphQL code generator. This is currently used in Oops returns back-end project. It is a schema first approach and generates resolvers, inputs, etc. from the GraphQL schema.
TypegraphQL with a Prisma generator. Unlike previous, this is a code-first approach.
Both solutions will work with Apollo server.
The text was updated successfully, but these errors were encountered:
kasparszarinovs
No branches or pull requests
Look into the following options, and how they work with Prisma.
GraphQL code generator. This is currently used in Oops returns back-end project. It is a schema first approach and generates resolvers, inputs, etc. from the GraphQL schema.
TypegraphQL with a Prisma generator. Unlike previous, this is a code-first approach.
Both solutions will work with Apollo server.
The text was updated successfully, but these errors were encountered: