addresses
and collectionIds
will return all the collectibles in the specified collections owned by the addresses.name
property is used to target the correct item to filter. The equal filter must take a string property as the value, even if the targeted property is a number.
has
filter simply filters assets based on the existence of a specific property or attribute in their metadata during querying.
Fur Colour
, Age
properties.name
An example of a filter expression will look like the following for the above trait and property filters when put together:
pageInfo
:
endCursor
- The cursor of the last item returnednextPage
- The cursor for the start of the next page (This is the same as endCursor
)startCursor
- The cursor of the first element retrievedhasNextPage
- If there are more pages of datahasPreviousPage
- If there is a previous page of data (Not supported)after
- The cursor to start from. Typically this would be the endCursor
from a previous queryfirst
- The amount of items that you are requesting to be returned