subgrounds icon indicating copy to clipboard operation
subgrounds copied to clipboard

Shorthand to query all entities

Open cvauclair opened this issue 3 years ago • 1 comments

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
)

cvauclair avatar Feb 19 '22 16:02 cvauclair