Strange Loop

2009 - 2023

/

St. Louis, MO

GraphQL: Designing a Data Language

GraphQL is a static-strong-typed application data query language and runtime designed and used at Facebook to request and deliver data to mobile and web apps since 2012, and was redesigned prior to being open sourced in 2015. GraphQL delivers nearly all data for Facebook's primary iOS and Android apps, replacing our use of REST endpoints.

This talk will briefly introduce GraphQL, the motivations for starting the project, and its impact on server and client code architecture at Facebook. Then, we will dive deeper into the design process of creating a new query language, from GraphQL experimental beginnings to lessons learned from years of use in production and then acting on those lessons for a full redesign before the recent open sourcing.

Lee Byron

Lee Byron

Facebook

Lee has been making things at Facebook since 2008, first as a Product Designer and more recently as a Software Engineer working in Obj-C, Hack (PHP), and JavaScript. He helped define React's component model API before it was open sourced in 2012, the layout API of ComponentKit for iOS, is the author and maintainer of Immutable.js, a collection of Persistent Immutable data structures with JavaScript-friendly methods, and was both a co-creator of the original version of GraphQL in 2012, and the primary author of the redesigned GraphQL language recently open sourced in 2015.