<  Back to Sessions
Lightning TalkBeginnerGraphQL Clients

@Defer All the Slow Things

Wednesday, September 20 / 03:40p.m. PDT - 03:50p.m. PDT
Alessia Bellisario Profile Image
Alessia BellisarioApollo, Staff Software Engineer

With GraphQL, clients can describe the data they require and receive nothing more, nothing less. This also means a single GraphQL query is as slow as its slowest field(s)… that is until @defer 🎉 Learn about a proposed directive that solves this problem and its underlying incremental transport mechanism.