Filter posters and locations by published

This commit is contained in:
2021-11-16 10:44:48 +01:00
parent 5080fadd60
commit bcc03459c6

View File

@@ -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