fix(__init.py__): clean name of resolver for authors search loading
All checks were successful
Deploy on push / deploy (push) Successful in 39s
All checks were successful
Deploy on push / deploy (push) Successful in 39s
This commit is contained in:
@@ -303,7 +303,7 @@ async def load_authors_by(_, _info, by, limit, offset):
|
||||
|
||||
|
||||
@query.field("load_authors_search")
|
||||
async def load_authors_search_resolver(_, info, text: str, limit: int = 10, offset: int = 0):
|
||||
async def load_authors_search(_, info, text: str, limit: int = 10, offset: int = 0):
|
||||
"""
|
||||
Resolver for searching authors by text. Works with txt-ai search endpony.
|
||||
Args:
|
||||
|
Reference in New Issue
Block a user