init-prepare-comments
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user