You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 will make sure to patch this onto the new artist page too #25.
I think there is an easier way to do this now actually, as we refactored the subgraph somewhat:
{
inks(first: 5) {
id
inkNumber
jsonUrl
artist {
id
}
likeCount
likes(where: {liker: "$address"}) {
id
}
}
}
This approach could be ported to Explore too I think
In this screenshot, it would be great to know how many likes each ink got:
Page is here: https://nifty.ink/artist/0xd2f016809969b4105978fdd5b112cd95bfdd6814
The text was updated successfully, but these errors were encountered: