load-shouts-filters
All checks were successful
deploy / deploy (push) Successful in 2m17s

This commit is contained in:
2023-11-28 14:17:21 +03:00
parent 168a7079f6
commit 01d7dadd78
3 changed files with 23 additions and 12 deletions

View File

@@ -257,14 +257,11 @@ input ShoutsFilterBy {
}
input LoadShoutsFilters {
title: String
body: String
topic: String
author: String
layouts: [String]
visibility: String
time_ago: Int
reacted: Boolean
}
input LoadShoutsOptions {