/test-gatsby-json-image

Primary LanguageJavaScriptMIT LicenseMIT

test-gatsby-json-image

Querying relative paths of images seems to work, however they result in null.

{
  contentJson {
    image {
      id
    }
  }
}
{
  "data": {
    "contentJson": {
      "image": null
    }
  }
}