Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Shorthand to query all entities #28

Open
@cvauclair

Description

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
)

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions