Type alias QueryMarketsConnectionArgs

QueryMarketsConnectionArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first?: InputMaybe<Scalars["Int"]>;
    orderBy: MarketOrderByInput[];
    where?: InputMaybe<MarketWhereInput>;
}

Type declaration

Generated using TypeDoc