habx / apollo-multi-endpoint-link

⛓ Apollo link which add an api directive to fetch data from multi endpoints
MIT License
131 stars 14 forks source link

Collaborations with similar projects #400

Open Urigo opened 2 years ago

Urigo commented 2 years ago

Hi and thank you for the wonderful library and idea!

We are working on similar solution and would be great to chat and see if we can reuse code or somehow help each other.

We've create GraphQL Mesh - a library that let's you query multiple APIs, they could be multiple GraphQL APIs but also other types of APIs (REST/OpenAPI/gRPC etc that are automatically converted into GraphQL).

GraphQL Mesh can run anywhere, including the client. So we also worked on a project called Graph Client - it is a client side library that uses GraphQL Mesh under the hood and can expose all this logic as an Apollo Link.

I love the API and the simplicity of your solution, I wonder if somehow our libraries could benefit yours and the other way around

jean9696 commented 2 years ago

Hi @Urigo thank you for your compliments! You can reuse everything we made as you like 👍 We do not intend to make this library much bigger than it is right now. But if you have any question feel free to ask !