Skip to content

NFT Image not displaying on my NextJS graph front end #3114

Answered by JamesMckenna
Benrockiee asked this question in Q&A
Discussion options

You must be logged in to vote

If I remember correctly, I had to change my query from

activeItems(first: 5, where: { buyer: "0x00000000" }) {

to

activeItems(first: 5, where: { buyer: "0x0000000000000000000000000000000000000000" }) {

EDIT: at this point I am not sure why theGraph requires the where clause to be exact; I am too new to GraphQL

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@alymurtazamemon
Comment options

@Benrockiee
Comment options

@alymurtazamemon
Comment options

Comment options

You must be logged in to vote
1 reply
@Benrockiee
Comment options

Answer selected by Benrockiee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants