Replies: 2 comments 3 replies
-
| Hi @ethdev279 ! Then you can just use the Mesh artifact as-is. For a CF Worker, you can do: import { createBuiltMeshHTTPHandler } from './.graphclient' // Pass Mesh's HTTP handler as an event listener self.addEventListener('fetch', createBuiltMeshHTTPHandler())(same for any other Mesh example in https://www.the-guild.dev/graphql/mesh/docs/getting-started/deploy-mesh-gateway )
|
Beta Was this translation helpful? Give feedback.
3 replies
-
| Here is an example https://github.com/the-guild-org/maverick-subgraph |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy the graph client server instance to serverless environments/elastic beanstalk. can anyone pls let me know a way to do it. we need to build it and serve right? I know graph client uses mesh under the hood. so I was looking at this: https://www.the-guild.dev/graphql/mesh/docs/getting-started/deploy-mesh-gateway
Beta Was this translation helpful? Give feedback.
All reactions