How to work with Graphql Mesh along woth express and graphql-htp #119
Unanswered
shadikkhan
asked this question in
Q&A
Replies: 1 comment 6 replies
-
If you're talking about the server - Mesh uses graphql-yoga as the server. It is fully compliant with the GraphQL over HTTP spec, so there should be no benefit of using graphql-http instead. However, if you're talking about the client - they are compatible, you can use graphql-http client against a Mesh gateway. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way graphql-http can work with graphql mesh?
https://the-guild.dev/graphql/mesh/docs/getting-started/deploy-mesh-gateway
Beta Was this translation helpful? Give feedback.
All reactions