subgrounds
subgrounds copied to clipboard
Shorthand to query all entities
Description
Create a special value ALL
that can be used as the first
argument in list queries to fetch all entities.
Example
swaps = uniswapV2.Query.swaps(
orderBy=uniswapV2.Swap.timestamp,
orderDirection='desc',
first=ALL
)