Type alias MarketsIndexerQuery

MarketsIndexerQuery: Unpartial<PaginationQuery> & {
    order?: MarketOrderByInput;
    where?: MarketWhereInput;
}

Concrete markets Query for indexed context

Generated using TypeDoc