Skip to content

Commit 30390ae

Browse files
Fix
1 parent c1fb415 commit 30390ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/pages/en/subgraphs/guides/subgraph-composition.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ While the source Subgraph is a standard Subgraph, the dependent Subgraph uses th
5252
- Aggregated entities can be composed on, but the composed entities on them cannot also use aggregations directly
5353
- Developers cannot compose an onchain datasource with a Subgraph datasource (i.e. you can’t do normal event handlers and call handlers and block handlers in a composed Subgraph)
5454

55-
Additionally, you can explore the [example-composable-subgraph](https://github.com/graphprotocol/example-composable-subgraph) repository for a working implementation of composable subgraphs
55+
Additionally, you can explore the [example-composable-subgraph](https://github.com/graphprotocol/example-composable-subgraph) repository for a working implementation of composable Subgraphs
56+
5657
## Get Started
5758

5859
The following guide provides examples for defining 3 source Subgraphs to create one powerful composed Subgraph.

0 commit comments

Comments
 (0)