Skip to content

Commit

Permalink
Fix cost model example typo (graphprotocol#715)
Browse files Browse the repository at this point in the history
fix typo

The query was invalid, this fixes it
  • Loading branch information
YaroShkvorets authored Jun 21, 2024
1 parent 2709499 commit 9f2f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/network/indexing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ Example query costing using the above model:
| ---------------------------------------------------------------------------- | ------- |
| { pairs(skip: 5000) { id } } | 0.5 GRT |
| { tokens { symbol } } | 0.1 GRT |
| { pairs(skip: 5000) { id { tokens } symbol } } | 0.6 GRT |
| { pairs(skip: 5000) { id } tokens { symbol } } | 0.6 GRT |

#### Applying the cost model

Expand Down

0 comments on commit 9f2f9bb

Please sign in to comment.