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