Skip to content

Commit 603df7a

Browse files
Update website/src/pages/en/subgraphs/guides/subgraph-composition.mdx
Co-authored-by: Idalith <[email protected]>
1 parent 30390ae commit 603df7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ While the source Subgraph is a standard Subgraph, the dependent Subgraph uses th
4343
- Immutable entities only: All Subgraphs must have [immutable entities](https://thegraph.com/docs/en/subgraphs/best-practices/immutable-entities-bytes-as-ids/#immutable-entities ) when the Subgraph is deployed
4444
- Pruning can be used in the source Subgraphs, but only entities that are immutable can be composed on top of
4545
- Source Subgraphs cannot use grafting on top of existing entities
46-
- Aggregated entities can be composed on, but the composed entities on them cannot also use aggregations directly
46+
- Aggregated entities can be used in composition, but entities that are composed from them cannot performed additional aggregations directly.
4747

4848
### Composed Subgraphs
4949
- You can only compose up to a **maximum of 5 source Subgraphs**

0 commit comments

Comments
 (0)