Skip to content

TheGraphIndia/all-about-subgraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published