Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- query MyQuery {
- FarcasterMoxieClaimDetails(
- INPUT: {FILTER: {fid: {_eq: "61"}}, blockchain: ALL, ORDER: {}}
- ) {
- FarcasterMoxieClaimDetails {
- claimedAmount
- availableClaimAmount
- processingAmount
- socials {
- farcasterScore {
- farRank
- farScore
- }
- fnames
- followerCount
- followingCount
- profileImage
- socialCapital {
- socialCapitalScoreRaw
- socialCapitalScore
- socialCapitalRank
- }
- userCreatedAtBlockTimestamp
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement