Build Your GraphQL APIs Faster with Nexus Schema - Ryan Chenkie
Find the latest React.js talks & workshops at https://portal.gitnation.org 🗓 Talk recording from GraphQL Galaxy Conference 2020 Website - https://graphqlgalaxy.com Watch the full version of the all conference talks including QnA sessions and panel discussions with the inventors of GraphQL on GitNation Video platform , follow the link → http://bit.ly/3pQnGay 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.