Exemplo n.º 1
0
async def list_tags(paginator=Depends(Pagination)):
    qs = Tag.all()
    return await paginator.paginate(qs)