Type alias MarketsQueryVariables

MarketsQueryVariables: Exact<{
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    order?: InputMaybe<MarketOrderByInput[] | MarketOrderByInput>;
    where?: InputMaybe<MarketWhereInput>;
}>

Generated using TypeDoc