Type alias HistoricalPoolsQueryVariables

HistoricalPoolsQueryVariables: Exact<{
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    order?: InputMaybe<HistoricalPoolOrderByInput[] | HistoricalPoolOrderByInput>;
    where?: InputMaybe<HistoricalPoolWhereInput>;
}>

Generated using TypeDoc