Type alias HistoricalMarketsQueryVariables

HistoricalMarketsQueryVariables: Exact<{
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    order?: InputMaybe<HistoricalMarketOrderByInput[] | HistoricalMarketOrderByInput>;
    where?: InputMaybe<HistoricalMarketWhereInput>;
}>

Generated using TypeDoc