Hiding movies without date.
This commit is contained in:
parent
2bd02a80a6
commit
45badad8f8
|
@ -62,6 +62,11 @@ function initReleasesActions(store, router) {
|
|||
first: $limit
|
||||
offset: $offset
|
||||
orderBy: DATE_DESC
|
||||
filter: {
|
||||
date: {
|
||||
isNull: false
|
||||
}
|
||||
}
|
||||
) {
|
||||
movies: nodes {
|
||||
id
|
||||
|
|
Loading…
Reference in New Issue