Returns: NftPoolFilterConnection

Arguments

filters
NftPoolFilters

A set of filters to apply.

rankings
[NftPoolRanking]

A list of ranking attributes to apply.

phrase
String

No description provided

limit
Int

The maximum number of NFT pools 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 pools based on a variety of filters."""
filterNftPools(filters: NftPoolFilters, rankings: [NftPoolRanking], phrase: String, limit: Int, offset: Int): NftPoolFilterConnection