diff --git a/resolvers/author.py b/resolvers/author.py index 5e6b8c6d..0e0acad8 100644 --- a/resolvers/author.py +++ b/resolvers/author.py @@ -147,7 +147,7 @@ async def load_authors_by(_, _info, by, limit, offset): return authors - return await _load_authors_by(_, _info, by, limit, offset) + return await _load_authors_by(None, None, by, limit, offset)