-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I use the following service: "rewardedRankings". Unfortunately, it does not return all the rewards — for example, streaks rewards or certain tiers are missing.
Could you please fix this service or let me know how I can retrieve these rewards in another way?
Thank you.
Below is the call I am using.
{ user(slug: "qtn-sorare") { rewardedRankings { pageInfo { hasNextPage endCursor } nodes { overallScore so5Lineup { so5Appearances { anyCard { slug } } } so5Rewards { id so5Fixture { gameWeek } probabilisticBundle { items { intensity id } } rewardMultiplier weiAmount slug rewards { ... on AnyCardReward { card { slug } } ... on MonetaryReward{amount{eurCents}} ... on InGameCurrencyReward{coinAmount id} ... on CardShardsReward{rarity quantity id} ... on AnyConversionCreditReward{id conversionCredit{totalDiscount{eurCents} maxDiscount{eurCents}}} ... on CardPackReward{id pack{id cards{slug}}} ... on CoinReward{coinAmount id} ... on DeliverableItemReward{id deliverableItem{name slug}} ... on ExperienceReward{id} ... on ShopItemReward{shopItem{id}} } amount { eurCents referenceCurrency wei gbpCents usdCents } rewardCards { anyCard { slug } } deliverableItems { quantity deliverableItem { name slug } } rewardShopItems { shopItem { price id name } quantity } conversionCredit { maxDiscount { eurCents } } coinAmount } } } } }