Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.82 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.82 KB

All About Subgraphs

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

Contents

Technology

  • 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

Articles related or describing to Subgraphs

Videos

YouTube

Video content related to Subgraphs

Community Advocates

Subgraphs Examples

Subgraphs code examples