Using Apollo Server with GraphQL Mesh without the need of GraphQL Hive #7721
Unanswered
MichaelTheFear
asked this question in
Q&A
Replies: 2 comments
-
Why do you need Apollo Server specifically? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm using Apollo just as a benchmark, I'm researching a solution for generating graphql given a specific input, and I use various REST APIs, but I'm interesting in a generic solution for (almost) any given GraphQL Gateway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working in a problem that I have multiple REST APIs (using OpenAPI files) that I'm trying to join using GraphQL Mesh, this process is working smoothly using GraphQL Hive almost as same as this tutorial, however, I would like to do it with Apollo Server. I read in this link that Apollo won't let me create custom directive that transform schemes. Can anyone help me out to find a way to implement exchanging Hive for Apollo? Is there any other API Gateway that I can be used to serve GraphQL Mesh? Would be wise to open a issue for a "mesh-compose" that is compatible with Apollo?
Beta Was this translation helpful? Give feedback.
All reactions