Skip to content

v0.12.0

Compare
Choose a tag to compare
@piglovesyou piglovesyou released this 15 Jul 08:35

Accept object in schema in .graphql-let.yml by 2a6cecc @salzhrani 🎉

Now you can specify an authorization token to GraphQL endpoint, for example.

schema:
  https://api.github.com/graphql:
    headers:
      authorization: bearer YOUR_TOKEN

Other improvements

  • Fix bug: respect and keep valid caches 19e3fe9
    • as-is: Generate caches first run and use it second, but remove them so it has to regenerate in the third run
    • to-be: Always respect and keep valid caches