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