Intro - Chris Oman

Hello everyone. My name is Chris Oman. I am a staff engineer with TripleLift, Inc. We have been using GraphQL Federation for the last 2.5 years.

1 Like

Welcome Chris. Great to have you here.

Tell us a bit about your Supergraph. How many subgraphs? Are you still adding new ones to connect to existing REST APIs?

We are about 3 years into our Supergraph journey. Thankfully, as we decided to move into a microservices approach, we adopted GraphQL right away. All of our microservices only expose a GraphQL endpoint.

Our existing service-monolith only integrates with a UI-monolith. The database ends up being shared with the microservices until we are able to fully transition away from the monolith.

We currently have about 25 subgraphs running. Nothing large by any means compared to the hundreds or thousands that others run, but large enough to cause us to have to think about what we are doing and what processes we need to have in place.