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
I'd like to be able to generate TypeScript types for my server-side resolvers. This way, I can update my app.graphql application schema, generate the resolver types for the new schema, and statically type-check my current resolver implementations against the generated types.
This seems like the most straightforward way to write type-safe resolvers. Is there a way to do this?
That's an interesting question! I recommend you check out the graphqlgen project that we recently unveiled. I'll close the issue because we are trying to gain a better overview of the issues concerning the current version of prisma-binding, however, feel free to reopen it at any time 🙂
I'd like to be able to generate TypeScript types for my server-side resolvers. This way, I can update my
app.graphql
application schema, generate the resolver types for the new schema, and statically type-check my current resolver implementations against the generated types.This seems like the most straightforward way to write type-safe resolvers. Is there a way to do this?
See also: ardatan/graphql-tools#404 and #14.
The text was updated successfully, but these errors were encountered: