-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphql Query #1
Comments
thegraphplayground: https://thegraph-g2.darwinia.network/training/subgraphs/name/dip7index-koi-kv/graphql Generate key
Query CollatorSet
1st page: {skip: 0, first: 2} skip= pageNumber * first- first Query previous
Query next
Query new previous by key
Query new previous by collator
Query multiple collators
Query deployment meta
Query stakingAccount
Query stakingAccounts order by change time desc
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hyperindex
Generate key
Query CollatorSet
1st page: {offiset: 0, limit 2}
2nd page: {offset: 2, limit2}
3rd page: {offset: 4, limit 2}
offset = pageNumber * limit - limit
Query previous
Query next
Query new previous
_and.key._neq
yourself keykey._gt
: your new keyQuery multiple collatorset
The text was updated successfully, but these errors were encountered: