Does someone has a working example of a nextjs + graphql-mesh setup #1812
-
I'd like to know if there is a way to use graphl-mesh via nextjs. We have a monorepo with a nextjs app. It's end up being super slow. We have like 3 big swagger yaml files. If I run the graph-mesh as stand-alone, it works fine. Here is what I've tried.
Using a typescript config file and processConfig file instead did the same (commented code). Any suggestions are welcome. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Are you up to trying to put an example yourself? |
Beta Was this translation helpful? Give feedback.
-
Hi! We now provide a dedicated guide on how to deploy Mesh: https://www.graphql-mesh.com/docs/getting-started/deploy-mesh-gateway |
Beta Was this translation helpful? Give feedback.
Are you up to trying to put an example yourself?
You can start with a none working one and we could jump in and fix it together?