init-prepare-comments

This commit is contained in:
2022-11-22 21:48:28 +03:00
parent e8cacac1f8
commit b144a6ab8b
3 changed files with 20 additions and 36 deletions

View File

@@ -248,13 +248,14 @@ input LoadShoutsOptions {
}
input ReactionBy {
shout: String
shout: String # slug
shouts: [String]
body: String
topic: String
createdBy: String
days: Int
sort: String
search: String # fts on body
comment: Boolean
topic: String # topic.slug
createdBy: String # user.slug
days: Int # before
sort: String # how to sort, default createdAt
}
################################### Query