Type alias QueryHistoricalPoolsArgs

QueryHistoricalPoolsArgs: {
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    orderBy?: InputMaybe<HistoricalPoolOrderByInput[]>;
    where?: InputMaybe<HistoricalPoolWhereInput>;
}

Type declaration

Generated using TypeDoc