Advertisement
xpppppppaicyber

zxczxczxczxc

Aug 11th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.58 KB | None | 0 0
  1. query MyQuery {
  2.   FarcasterMoxieClaimDetails(
  3.     INPUT: {FILTER: {fid: {_eq: "61"}}, blockchain: ALL, ORDER: {}}
  4.   ) {
  5.     FarcasterMoxieClaimDetails {
  6.       claimedAmount
  7.       availableClaimAmount
  8.       processingAmount
  9.       socials {
  10.         farcasterScore {
  11.           farRank
  12.           farScore
  13.         }
  14.         fnames
  15.         followerCount
  16.         followingCount
  17.         profileImage
  18.         socialCapital {
  19.           socialCapitalScoreRaw
  20.           socialCapitalScore
  21.           socialCapitalRank
  22.         }
  23.         userCreatedAtBlockTimestamp
  24.       }
  25.     }
  26.   }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement