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