Pasar al contenido principal
CERRAR
Título visual
Colecciones
Tipo de widget
Consulta GraphQL
query randomImage($offset: Int = 0) {
taxonomyTermQuery(
offset: $offset,
limit: 1,
filter: {
conditions: [{
operator: EQUAL, field: "vid", value: ["biblioteca_imagenes"]
}]
})
{
count
entities {
... on TaxonomyTermBibliotecaImagenes {
name
fieldImage {
title
alt
large: derivative(style: LARGE) {
height
width
url
}
}
}
}
}
}