We present carefully curated list of Subgraphs resources. If you find the list helpful, please make sure to ⭐ star it!
A subgraph extracts data from a blockchain, processing it and storing it so that it can be easily queried via GraphQL.
The subgraph definition consists of a few files:
-
subgraph.yaml: a YAML file containing the subgraph manifest
-
schema.graphql: a GraphQL schema that defines what data is stored for your subgraph, and how to query it via GraphQL
-
AssemblyScript Mappings: AssemblyScript code that translates from the event data to the entities defined in your schema
- Subgraphs Documentation - A subgraph extracts data from a blockchain, processing it and storing it so that it can be easily queried via GraphQL.
- The Graph - The Graph is an indexing protocol for querying networks like Ethereum and IPFS.
Articles related or describing to Subgraphs
Video content related to Subgraphs
Subgraphs code examples