Skip to content

How to fetch all the NFTs from a Collection #437

Answered by aeither
aeither asked this question in Questions
Discussion options

You must be logged in to vote

found it

query GetCollectionNfts($name: String) {
current_token_datas_v2(
where: {current_collection: {collection_name: {_eq: $name}}}
) {
token_name
}
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aeither
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant