This commit is contained in:
2024-11-01 09:50:19 +03:00
parent bcac627345
commit 5a9a02d3a4
11 changed files with 377 additions and 305 deletions

View File

@@ -54,17 +54,16 @@ input LoadShoutsFilters {
author: String
layouts: [String]
featured: Boolean
reacted: Boolean
reacted: Boolean # requires auth, used in load_shouts_feed
after: Int
}
input LoadShoutsOptions {
filters: LoadShoutsFilters
with_author_captions: Boolean
limit: Int!
random_limit: Int
offset: Int
order_by: String
order_by: ShoutsOrderBy
order_by_desc: Boolean
}