Open 0xMochan opened 1 year ago
Is your feature request related to a problem? Please describe.
Create a special value ALL that can be used as the first argument in list queries to fetch all entities.
ALL
first
Describe the solution you'd like
swaps = uniswapV2.Query.swaps( orderBy=uniswapV2.Swap.timestamp, orderDirection='desc', first=ALL )
Originally from: cvauclair
Is your feature request related to a problem? Please describe.
Description
Create a special value
ALL
that can be used as thefirst
argument in list queries to fetch all entities.Describe the solution you'd like
Example
Originally from: cvauclair