Unscheduled Service calls

What you see here is the first screen of the app I am building. If you look at the dev console, you can see almost every defined API within my App being called here itself. Is there a way to stop this?
The APIs will fail because they need to be daisy chained with the output of one being fed as the input of another.
Also why are these APIs being auto triggered when they should be event driven from the app?

Hey @Sarat!

Are these queries set to run automatically (on page load) or manually?

If automatically, they'll run on page load, when inputs change and when manually triggered.

If manually, they'll just run when manually triggered.

Let me know!