GraphQL Nexus Tutorial[4/5]: Using auto-generated GraphQL CRUD

preview_player
Показать описание
GraphQL Nexus is a code-first approaching to creating graphQL servers. This code-first approach provides great support for type safety and a reduction in graphql boilerplate. I highly recommend using this framework in your next project.

In this tutorial series, we use GraphQL Nexus, in conjunction with Prisma and Apollo Server, to make a simple graphql Server.

Рекомендации по теме
Комментарии
Автор

So how can one achieve code-first and SDL-first both? That's like nothing is first at all :(. We have 2 sources of truth and I wonder how to keep them in sync?

exis
Автор

Is it really wise to allow any client to requests data as nested as they want it to be? Seems like it could be a perf DOS nightmare.

boot-strapper
Автор

Could you do another series with the new version of nexus, since a lot has changed.. it would be very nice to see how to create the typedefs, queries and mutations itself..

gianlucasantos