Pull DatoCMS Assets into Gatsby

Hi, could it be possible to implement a feature to pull DatoCMS assets (images, etc) into Gatsby to source assets locally?

I want to be able to use Gatsby Image Plugin to it’s full extent and render WebP images (doesn’t seem possible with DatoCMS alone).

hey @doliveira you can render webp images from Dato, but if you use the auto=format parameter you get the best format that the end user’s browser support, which is better than getting webp all the time, I think?