Skip to main content

Guides / All Tags

GraphQL Guides

2 guides
Chain: All
Use Case: All
Level: All

How to Create and Deploy a Custom Subgraph with The Graph

The Graph is a powerful tool that allows developers to index, query, and retrieve data from blockchains efficiently. This technical guide aims to provide a comprehensive, step-by-step tutorial on creating a custom Subgraph using The Graph. By following this guide, developers will learn how to define schemas, map data models, deploy a Subgraph, and interact with it to fetch relevant information from the blockchain.

Updated May 22, 2023Beginner
EthereumGraphQLInfrastructure

🎥 RPC vs Graph API

A video explaining the difference between RPC and Graph API.

Updated March 21, 2023BeginnerVideo
GraphQL