Created
June 26, 2024 04:51
-
-
Save quardz/48624ba2867399963b49d04ed01139ca to your computer and use it in GitHub Desktop.
Airstack GQL for top ranked profiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| query GetFarcasterUserSocialCapital { | |
| Socials( | |
| input: {filter: {socialCapitalRank: {_lte: 2000, _gte: 1}}, blockchain: ethereum, order: {socialCapitalRank: ASC}, limit: 200} | |
| ) { | |
| Social { | |
| socialCapital { | |
| socialCapitalScore | |
| socialCapitalRank | |
| } | |
| userId | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment