Open EdouardW opened 2 years ago
Hi, have you solved this problem?
Hi
No, I still have the issue. Do you have the same problem?
Hi, yes i have the same, but if u use this ethereumCards(address:"0x2a961dd93af08f66a4cb3251fd355c7a878eafb5") its work, looks like problem in adress, i dont know =(
Yes you'right it works with this address. It's weird
But in fact, we specify our eth addresses, and we get an empty array, something is wrong here :)
Hi everybody!
I'm trying to retrieve all cards of my account. For now, I only use graphQL playground, so I'm no authentified.
I've seen "ethereumCards" to get a list of cards owned by an ethereum account, so I first use this query to retrieve my ethereum address:
{ user(slug: $slug){ ethereumAddress } }
But when I use the result ethereum address from the previous query, with this query:
{ ethereumCards(address: $myAddress){ name age } }
I just get this empty result:
{ "data": { "ethereumCards": [] } }
Am i missing something? (I am discovering GraphQL since recently..)
Thanks a lot if you can help me! Regards