I am looking to hot reload my GraphQL schema on my apollo-server-express server. Anyone would have any idea about how to do that?
I'm currently using schemas stitching to gather multiple API's schemas, however I do not want to have to restart my application every time one of these schema changes.
I've tried to look for the express route and remove it but that dit not work, I also tried to call graphQLExpress() again on the same route and that did not update it.
Thanks for your help!