How Walmart Global Tech Redesigned and Unified their Customer Experience in Just 11 months
After years of experimentation and developing new features following mostly the BFF architecture pattern, Walmart was left with a complex s
Watch now
After years of experimentation and developing new features following mostly the BFF architecture pattern, Walmart was left with a complex s
Watch now
This talk provides an overview of Reddit’s GraphQL deployment, their reasons for moving to a Supergraph, and best practices for m
Watch now
Learn about Apollo’s vision for the future of the supergraph.
Watch now
Driving transformational change can be daunting. There are technical considerations, to be sure. Still, some of the more difficult challeng
Watch now
In this talk, Marc-Andre Giroux covers everything they’ve built at Netflix, from idea to production, to create high quality GraphQL A
Watch now
So you’ve federated. Teams are contributing and the graph is growing. Congratulations, you’ve unlocked a new level of scale – and a w
Watch now
Netflix spends 20+ billion dollars on content. At that scale, it is imminent they ensure that content is accounted for and paid for in a ti
Watch now
How can we best govern a collective effort such as a graph of graphs? Centralizing governance leads to a bottleneck, as a core graph team d
Watch now
This is an architecture overview of the system at Block, how they fostered adoption, and how they unified two separate GraphQL implementati
Watch now
This talk is an exploration into authorization (AuthZ) and the models we use to think about permissions in GraphQL. A lot of in depth imple
Watch now
Understanding how to hack GraphQL through the lens of a hacker, by using the same tools and resources adversaries use to break GraphQL appl
Watch now
As teams think about creating or migrating their APIs to Apollo Federation, it can be perplexing, if not paralyzing, to decide where functi
Watch now
At Fidelity, they’re always looking to solve complex problems that increases their product development velocity and reduces time to m
Watch now
We present a scalable implementation of data-driven @live queries that abstracts away the details of subscriptions and refetching, initiall
Watch now
Graphs are data structures that resemble the natural way we build mental models and related concepts. In graphs, relationships between repr
Watch now
As it says in the GraphQL documentation: “Delegate authorization logic to the business logic layer.” Is that really everything you need to
Watch now
Apollo Federation is a powerful, open architecture that helps you create a unified supergraph that combines multiple GraphQL APIs. From
Watch now
Learn from the maintainers about getting started with Apollo Router: declarative configuration, native telemetry, customization with Rhai s
Watch now
This talk focuses on migrations from a REST service to a GraphQL service infrastructure with focus on how REST and GraphQL models live side
Watch now
This talk goes over the design, implementation and rollout of a custom query cost calculation Apollo plugin that we built to understand and
Watch now
If you are a large organization and have many developers you probably have hundreds or maybe even thousands of resolvers. Here are 7 tips t
Watch now
In this talk, Sendoso discusses how they have enabled individual teams to deploy their own subgraphs using Ruby on Rails. What were the pro
Watch now
Learn leading practices for innovating with data modeling and caching strategies. Hear how the engineering team manages query volume and su
Watch now
This talk is an overview of the Relay spec, implementing it in federation, and open sourcing a NodeJS implementation (maybe a rust one too)
Watch now
The Apollo caches inner workings have plagued peoples projects time and time again, but it’s only because they haven’t taken the time
Watch now
Learn first principles and best practices of GraphQL including how to design a unified and effective supergraph via domain model design, be
Watch now
This talk addresses some common missteps made when working with GraphQL and some gotchas and misconceptions in using GraphQL. GraphQL a
Watch now
Take full advantage of Apollo Federation to batch operations to subgraphs and subgraphs to downstream through resolvers with a custom DataL
Watch now
Considering the benefits and consequences of both specific and general query design. The takeaway is a justification of a client first appr
Watch now
In this session, you learn how Arcadia automated keeping their generated frontend GraphQL types in sync with their backend schema when it c
Watch now
Learn how GraphQL is used in the web3 technology stack to build APIs to make blockchain data easily accessible to developers.
Watch now
This talk discusses the real world complexities migrating a mature polyglot-microservice-backed supergraph from schema stitching to Apollo
Watch now
How do we provide consumers of GraphQL mutations the same level of transparency and independence provided by federated queries? We survey c
Watch now
Take your GraphQL projects to the next level by establishing a scalable Global language. This talk discusses Peloton’s experience wit
Watch now
Learn how utility objects can be used when creating subgraphs that expose functionality that can not be surfaced using entity objects, plus
Watch now
Learn how Apollo-iOS 1.0’s new features enabled GitHub Mobile to reduce its binary and more easily work with GraphQL to move faster.
Watch now
Splitting your iOS app into modules has its benefits but also creates some unique challenges when it comes to sharing the generated schema
Watch now
Mobile GraphQL clients depend on knowledge of a GraphQL schema at compile-time. But what do you do when the schema you depend on changes af
Watch now
You have finally made the switch to GraphQL to escape the performance problems of REST APIs. But now your nested-data queries are making mu
Watch now
Oh no! My parser sprouted into an entire compiler! Compilers should not be reserved for programming languages! With the right care (lot
Watch now
Technologies like the document database and GraphQL have completely revolutionized the developer experience for accessing data from the fro
Watch now
Are you using GraphQL at your workplace or thinking of moving to using GraphQL alongside REST? This is a deep dive into how to design do
Watch now
Mobile app experiences focus as much on screen transitions as they do on a specific screen’s layout. How can we take full advantage o
Watch now
How do you transform an old monolithic GraphQL API into a federated schema, without sacrificing performance or breaking every single consum
Watch now
This talk covers using the power of the schema to create meaningful/reliable stub data quickly. This allows frontend developer work without
Watch now
An enterprise system is typically a complex zoo of services and datastores with varying degrees of coupling. Such a brownfield scenario pos
Watch now
Backend for frontends (BFFs) allow product teams the autonomy and agility needed to deliver products quickly and efficiently. Watch this ta
Watch now
This is an overview of some benefits and challenges of building a GraphQL service using Rust, and how it compares to the more popular choic
Watch now
The session teaches you to create subgraphs using python microservices, share and extend types between these, and use Apollo Gateway to bui
Watch now
Do you know how to think in “Graphs”? It is very common to build GraphQL APIs while still thinking in terms of “Endpoints
Watch now