Pasar al contenido principal
CERRAR
Título visual
Galerías
Tipo de widget
Consulta GraphQL
query galerias {
taxonomyTermQuery(
limit: 50,
sort: { field: "name", direction: ASC },
filter: {
conjunction: AND,
conditions: [
{ field: "vid", value: "documentary_conjunct_80y", operator: EQUAL },
{ field: "parent", value: ["0"] operator: EQUAL },
{operator: EQUAL, field: "status", value: ["1"]},
{operator: IS_NOT_NULL, field: "field_image"}
]
}
) {
count
entities {
... on TaxonomyTermDocumentaryConjunct80y {
weight
uuid
name
path {
alias
}
fieldImage {
large: derivative(style: LARGE) {
url
width
height
}
}
}
}
}
}