Type alias QueryHistoricalMarketsConnectionArgs

QueryHistoricalMarketsConnectionArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first?: InputMaybe<Scalars["Int"]>;
    orderBy: HistoricalMarketOrderByInput[];
    where?: InputMaybe<HistoricalMarketWhereInput>;
}

Type declaration

Generated using TypeDoc