GraphQL basic queries - Beginner's knowledge
I followed this article https://medium.com/@toimrank/aem-graphql-b06dd1c28cec to understand about GraphQL but I'm stuck with the following queries. Can someone please help me out with detailed explanation of the following:
- Where are the graphQL queries stored?
- What's the URL to graphQL editor for AEM on-premise?
- How're the persisted queries nodes referenced with the queries?
- How do these queries run?
- How to leverage GraphQL for fetching data from CF?
The main purpose is to have a very deep understanding of the concepts so that I can use this in my project.

