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.
-
Here is an example https://github.com/the-guild-org/maverick-subgraph |
Beta Was this translation helpful? Give feedback.
-
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