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