Skip to content

v0.6.0

Compare
Choose a tag to compare
@vladar vladar released this 28 Sep 20:12
· 66 commits to master since this release

Feat: compile gatsby fragments

Added new experimental tool compileGatsbyFragments. Use it to compile custom source fragments to
Gatsby fragments. See README.md for details.

Fixes

  • be smarter when adding a __typename field (see #11)
  • support variables within input objects (see #13)
  • support lists with a single value in NODE_ queries (see #14)