Build Your GraphQL APIs Faster with Nexus Schema - Ryan Chenkie

preview_player
Показать описание
 
  🗓 Talk recording from GraphQL Galaxy Conference 2020

Developing a real-world full-stack app often involves tedious threading of data across multiple layers of the stack. This is particularly undesirable during prototyping phases where the main goal may be just to demonstrate an idea or design. It’s also risky when going to production since data inconsistencies between the layers can lead to bugs.

Nexus Schema is a library for building code-first, type-safe GraphQL APIs and can greatly help with this velocity and type-safety dilemma. In this talk, we'll look at how to build GraphQL APIs faster and with the benefits of type safety using Nexus Schema.
Рекомендации по теме
Комментарии
Автор

Why don’t I also get the prisma.shema from the nexus definition types?

bchler
Автор

why nexus generates types when prisma already have?

darrenz
Автор

I guess you can't stitch it with another remote schema?

alvechy