Alternate of customServerHandler ? #4969
Replies: 2 comments 2 replies
-
We discourage the usage of other servers than GraphQL Yoga. Even if you still want to use another server, you can follow Envelop's integration recipes with Mesh's plugins returned by |
Beta Was this translation helpful? Give feedback.
-
@ardatan I ran into the same issue when upgrading to the newer version of Mesh. I have a customServerHandler to add customization to reuse some of the internal toolings on Express server. I don't mind to use GraphQLYoga. However the documentation I can find is limited here. For example, I only want to enable CORS for lower environments (non in Production), and would like to set a healthcheck endpoint at a particular path. Can you point me to more documentations? This pilot project is important to adopt Graph-Mesh in my org. |
Beta Was this translation helpful? Give feedback.
-
I started migrating my 8 month old POC mesh gateway to later versions but I don't see the customServerHandler option in the latest one, is there any alternate available for customServerHandler where I can use my choice of server by proving a js/ts file reference in .meshrc.yml?
Beta Was this translation helpful? Give feedback.
All reactions