no-return-reaction-fix

This commit is contained in:
2024-01-23 17:14:43 +03:00
parent 3f65652a5f
commit e2e85376f0
2 changed files with 5 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ async def load_shouts_by(_, _info, options):
}
offset: 0
limit: 50
order_by: 'created_at' | 'commented' | 'reacted' | 'rating'
order_by: 'created_at' | 'commented' | 'likes_stat'
order_by_desc: true
}