Hiding movies without date.

This commit is contained in:
DebaucheryLibrarian 2021-02-02 04:03:36 +01:00
parent 2bd02a80a6
commit 45badad8f8
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ function initReleasesActions(store, router) {
first: $limit
offset: $offset
orderBy: DATE_DESC
filter: {
date: {
isNull: false
}
}
) {
movies: nodes {
id