gatsby-source-custom-api
gatsby-source-custom-api copied to clipboard
Add support for image urls that are just strings
My data source api provides images just as a key value of type string (not object with key url).
Therefore, it would be nice if I could specify that the image is just a string.