Meshing a set of OpenAPI microservices #8003
-
We consider using GraphQL Mesh for something, but I'm not sure if it fits the target - I'd be happy if someone can direct me. We have a set of microservices, each exposing its OpenAPI spec. We want our frontend to call these services but without having to call them separately. For example, there's a User service and an Assets service. The frontend needs the names of the assets for a specific user, and we want to avoid a call to User service followed by a (paginated) call to Assets service. Is that possible out of the box? Does it require coding or just configuration? What needs to be done? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
GraphQL Mesh together with Hive Gateway are the best solution for exactly what you are describing |
Beta Was this translation helpful? Give feedback.
GraphQL Mesh together with Hive Gateway are the best solution for exactly what you are describing
What you need is a configuration and you can be up and running
Check out the docs