Returns: NftPoolCollectionFilterConnection

Arguments

filters
NftPoolCollectionFilters

A set of filters to apply.

phrase
String

A phrase to search for. Can partially match an NFT collection name.

rankings
[NftPoolCollectionRanking]

A list of ranking attributes to apply.

limit
Int

The maximum number of NFT collections to return.

offset
Int

Where in the list the server should start when returning items. Use count+page from the previous query to request the next page of results.

Schema

"""Returns a list of NFT collections based on a variety of filters."""
filterNftPoolCollections(filters: NftPoolCollectionFilters, phrase: String, rankings: [NftPoolCollectionRanking], limit: Int, offset: Int): NftPoolCollectionFilterConnection