Closed jmallot21 closed 3 months ago
@redox It's a real problem. Could you please take a look at what's going on with these cards?
I don't understand why reward of Rudy Gobert is not present in currentUser.nbaCards().
More information about this card.
Can you correct this please ? Thanks
You should use currentUser.cards and you can pass nba as a sport argument. nbaCards should be deprecated (will do now).
Perfect ! Thx
Special play-off cards are invisible in APIs. It is not possible to retrieve them.
My call :
query getSpecialCardPlayOff { currentUser { nbaCards(rarities: limited) { nodes { slug } } } }
Response :
But on Sorare Website :
Lively & Gobert are missing.
Could you please correct this? Thanks in advance.