Developer onboarding
How The Graph Works.
We’ve learned that developers can use The Graph to index and query data that is stored on a blockchain such as Ethereum. But how does it all work?
Subgraph manifest.
Subgraph descriptions are teaching The Graph what data to index and how to do so. These descriptions are known as the subgraph manifest
. Within the subgraph manifest, the following is defined:
Data flow.
Once a developer has created a subgraph manifest, they can use The Graph CLI to store it in IPFS.