Skip to content
New issue

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

GraphQL generators #4

Open
kasparszarinovs opened this issue May 18, 2022 · 0 comments
Open

GraphQL generators #4

kasparszarinovs opened this issue May 18, 2022 · 0 comments
Assignees

Comments

@kasparszarinovs
Copy link
Contributor

kasparszarinovs commented May 18, 2022

Look into the following options, and how they work with Prisma.

  1. 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.

  2. TypegraphQL with a Prisma generator. Unlike previous, this is a code-first approach.

Both solutions will work with Apollo server.

@kasparszarinovs kasparszarinovs self-assigned this May 18, 2022
@kasparszarinovs kasparszarinovs added this to the GraphQL improvements milestone Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant