Returns: ParallelAssetFilterConnection

Arguments

filters
ParallelAssetFilters

A set of filters to apply.

phrase
String

A phrase to search for. Can match a Parallel asset ID (address:tokenId) or partially match a name.

match
ParallelAssetMatchers

A set of parameters to match.

rankings
[ParallelAssetRanking]

A list of ranking attributes to apply.

limit
Int

The maximum number of Parallel assets 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 Parallel assets based on a variety of filters."""
filterNftParallelAssets(filters: ParallelAssetFilters, phrase: String, match: ParallelAssetMatchers, rankings: [ParallelAssetRanking], limit: Int, offset: Int): ParallelAssetFilterConnection