schema-fix

This commit is contained in:
2023-11-29 15:01:51 +03:00
parent ecaa4ffbc5
commit 4a1d7280fc
2 changed files with 8 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ input ShoutsFilterBy {
author: String
authors: [String]
layouts: [String]
visibility: String
visibility: ShoutVisibility
after: Int
stat: String
}
@@ -260,7 +260,7 @@ input LoadShoutsFilters {
topic: String
author: String
layouts: [String]
visibility: String
visibility: ShoutVisibility
after: Int
reacted: Boolean
}