Type alias SubscriptionMarketsArgs

SubscriptionMarketsArgs: {
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    orderBy?: InputMaybe<MarketOrderByInput[]>;
    where?: InputMaybe<MarketWhereInput>;
}

Type declaration

Generated using TypeDoc