diff --git a/resolvers/author.py b/resolvers/author.py index e224b4f2..e6270bc3 100644 --- a/resolvers/author.py +++ b/resolvers/author.py @@ -111,7 +111,7 @@ def load_authors_by(_, _info, by, limit, offset): q = q.limit(limit).offset(offset) - authors = get_authors_with_stat(q) + authors = get_authors_with_stat(q, ratings=True) return authors