Type alias SubscriptionHistoricalMarketsArgs

SubscriptionHistoricalMarketsArgs: {
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    orderBy?: InputMaybe<HistoricalMarketOrderByInput[]>;
    where?: InputMaybe<HistoricalMarketWhereInput>;
}

Type declaration

Generated using TypeDoc