Filter posters and locations by published
This commit is contained in:
@@ -170,14 +170,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
location (
|
location (
|
||||||
filter: { has_poster: { _eq: true }},
|
filter: {
|
||||||
|
has_poster: { _eq: true },
|
||||||
|
status: { _eq: "published" },
|
||||||
|
},
|
||||||
sort: "name"
|
sort: "name"
|
||||||
) {
|
) {
|
||||||
name
|
name
|
||||||
slug
|
slug
|
||||||
}
|
}
|
||||||
|
|
||||||
posters: product {
|
posters: product (
|
||||||
|
filter: { status: { _eq: "published" }}
|
||||||
|
) {
|
||||||
name
|
name
|
||||||
type
|
type
|
||||||
description
|
description
|
||||||
|
|||||||
Reference in New Issue
Block a user