Título visual
Exposiciones
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
}
}
}
}
}
}
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
}
}
}
}
}
}
Micrositio