search-resolver-fix

This commit is contained in:
2023-12-03 01:22:16 +03:00
parent 4f857e1425
commit b93d91528b
2 changed files with 12 additions and 0 deletions

View File

@@ -354,6 +354,7 @@ type Query {
load_shouts_by(options: LoadShoutsOptions): [Shout]
load_shouts_search(text: String!, limit: Int, offset: Int): [Shout]
load_shouts_feed(options: LoadShoutsOptions): [Shout]
load_shouts_drafts: [Shout]
# topic
get_topic(slug: String!): Topic