Type alias QueryHistoricalPoolsConnectionArgs

QueryHistoricalPoolsConnectionArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first?: InputMaybe<Scalars["Int"]>;
    orderBy: HistoricalPoolOrderByInput[];
    where?: InputMaybe<HistoricalPoolWhereInput>;
}

Type declaration

Generated using TypeDoc