We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2709499 commit 9f2f9bbCopy full SHA for 9f2f9bb
website/pages/en/network/indexing.mdx
@@ -735,7 +735,7 @@ Example query costing using the above model:
735
| ---------------------------------------------------------------------------- | ------- |
736
| { pairs(skip: 5000) { id } } | 0.5 GRT |
737
| { tokens { symbol } } | 0.1 GRT |
738
-| { pairs(skip: 5000) { id { tokens } symbol } } | 0.6 GRT |
+| { pairs(skip: 5000) { id } tokens { symbol } } | 0.6 GRT |
739
740
#### Applying the cost model
741
0 commit comments