forked from DebaucheryLibrarian/traxxx
Hiding movies without date.
This commit is contained in:
@@ -62,6 +62,11 @@ function initReleasesActions(store, router) {
|
||||
first: $limit
|
||||
offset: $offset
|
||||
orderBy: DATE_DESC
|
||||
filter: {
|
||||
date: {
|
||||
isNull: false
|
||||
}
|
||||
}
|
||||
) {
|
||||
movies: nodes {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user