How to fetch image url from formats

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
      }
   }
}