Returns: NftCollectionFilterConnection

Arguments

filters
NftCollectionFilters

A set of filters to apply.

rankings
[NftCollectionRanking]

A list of ranking attributes to apply.

phrase
String

A phrase to search for. Can match a collection contract address or ID (address:networkId).

collections
[String]

A list of collection contract addresses or IDs (address:networkId) to filter by.

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+offset from the previous query to request the next page of results.

Schema

"""Returns a list of NFT collection based on a variety of filters."""
filterNftCollections(filters: NftCollectionFilters, rankings: [NftCollectionRanking], phrase: String, collections: [String], limit: Int, offset: Int): NftCollectionFilterConnection