<  Back to Schedule
GraphQL in ProductionLightning Talks

Ahead-of-Time (AOT) Techniques Help You Write GraphQL Libraries!

Tuesday, September 10 / 02:25p.m. PDT - 02:35p.m. PDT
Mike Solomon Profile Image
Mike Solomon-, Software Engineer

Production-ready GraphQL deployments typically require sophisticated clients, careful telemetry, and high performance. Come see how we can apply techniques used in compilers to help write simpler and more efficient GraphQL frameworks and libraries! During this talk, you will learn: - How to create a simple yet powerful Intermediate Representation (IR) for GraphQL queries and schemas - How this IR can be used to generate client-side code, client and server telemetry, and even reduce payload sizes over the Internet!