I was able to create the QueryHome in the format, but the fragments doesn’t go through:
query QueryHome {
banners {
data {
attributes {
image {
data {
attributes {
url
}
}
}
title
subtitle
button {
label
link
}
ribbon {
label
color
size
}
}
}
}
}