From my knowledge, there is no need through iterate through the data and attributes.
Simply query as follows:
image {
formats
}
it should return:
image {
formats {
thumbnail {
url
}
}
}
From my knowledge, there is no need through iterate through the data and attributes.
Simply query as follows:
image {
formats
}
it should return:
image {
formats {
thumbnail {
url
}
}
}