Using effective date in all queries.

This commit is contained in:
DebaucheryLibrarian
2023-07-02 22:21:19 +02:00
parent 3c8b6e6fc1
commit 0a27e91de7
5 changed files with 18 additions and 83 deletions

View File

@@ -157,7 +157,7 @@ function initTagsActions(store, _router) {
}
scenesConnection(
filter: {
date: {
effectiveDate: {
lessThan: $before,
greaterThan: $after,
},