I have been learning graphQL from few days. I am new to it. I've created a GraphQL project in VS code. For running the code I am writing 'node index.js' at first and code runs on Apollo sandbox explorer. But whenever I do any changes in the sourcecode file in VS Code, those are not reflecting on the apollo explorer. I've to Restart the vscode and again rerun it.
Please help how do I see the changes immediately without restarting the VS Code