Is there any way to start some code as part of startup script when using graphql mesh as gateway? #5995
Unanswered
shadikkhan
asked this question in
Q&A
Replies: 1 comment
-
@ardatan any suggestions to call some code "before" or "after" mesh start? FYI: I'm using typescript config file. |
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
-
I am working on POC where I am building a gateway using graphql mesh, in that I have to strat some services (some javascript code execution) right after the mesh server starts. Is there any way I can do it without writing a custom server?
Beta Was this translation helpful? Give feedback.
All reactions