Skip to content

rewardedRankings uncomplete #670

Description

@SorareDeal

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 } } } } }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions