Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/en/developer/define-subgraph-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Define a Subgraph
---

A subgraph defines which data The Graph will index from Ethereum, and how it will store it. Once deployed, it will form a part of a global graph of blockchain data.
A subgraph defines which data The Graph will index and store from a blockchain. Once deployed, it will form a part of a global graph of blockchain data which you can retrieve using GraphQL.

![Define a Subgraph](/img/define-subgraph.png)

Expand Down