Skip to content

Commit 9f2f9bb

Browse files
Fix cost model example typo (#715)
fix typo The query was invalid, this fixes it
1 parent 2709499 commit 9f2f9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/network/indexing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ Example query costing using the above model:
735735
| ---------------------------------------------------------------------------- | ------- |
736736
| { pairs(skip: 5000) { id } } | 0.5 GRT |
737737
| { tokens { symbol } } | 0.1 GRT |
738-
| { pairs(skip: 5000) { id { tokens } symbol } } | 0.6 GRT |
738+
| { pairs(skip: 5000) { id } tokens { symbol } } | 0.6 GRT |
739739

740740
#### Applying the cost model
741741

0 commit comments

Comments
 (0)