list<T extends Model> abstract method

GraphQLRequest<PaginatedResult<T>> list<T extends Model>(
  1. ModelType<T> modelType, {
  2. QueryPredicate<Model>? where,
  3. int? limit,
})

Implementation

GraphQLRequest<PaginatedResult<T>> list<T extends Model>(
    ModelType<T> modelType,
    {QueryPredicate? where,
    int? limit});