This is a sample subgraph for indexing on-chain metadata of NFTs.
Update the contract address in both the subgraph.yaml and networks.json files with your contract address.
Generates a set of helper functions from the graphql schema of a project.
graph codegen
Build the subgraph.
graph build
Store the access token on your computer.
graph auth --studio <DEPLOY_KEY>
Deploy the subgraph.
graph deploy --studio <SUBGRAPH_SLUG>