published-filter

This commit is contained in:
2023-11-29 15:11:05 +03:00
parent 4a1d7280fc
commit 28853c3a4b
2 changed files with 6 additions and 18 deletions

View File

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