Logo Awesome React

Awesome React

Managing Massive Schemas with Codegen

Adam Kramer, Software Engineer at Facebook, gave this talk at GraphQL Summit 2017. Learn more: summit.graphql.com

At Facebook, our GraphQL schema has over 10,000 object types. How do we manage such a massive, rapidly-changing schema with a team of just 5 engineers? The secret is writing code to write code, providing cleaner schemas, safer typing, and faster execution times.