AndreasFaust / gatsby-source-custom-api

Source data from any API and transform it to (File-)Nodes.
52 stars 25 forks source link

Add support for image urls that are just strings #2

Open friedger opened 5 years ago

friedger commented 5 years ago

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.