I'm setting up a remote schema inside the other hasura graphql schema how can I set up the reload_remote_schema using node/express js?
I'm facing below problem. Graphql remote schema data is not updating before clicking on the reload button. I don't want to reload remote schema manually, it should refresh automatically via node/express js code.