fabe / test-gatsby-json-image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-gatsby-json-image

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

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

About

License:MIT License


Languages

Language:JavaScript 100.0%