Skip to content

v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@SandeepSamba SandeepSamba released this 13 Aug 08:45
· 15 commits to main since this release
bd6f74f

Breaking change

From this version, programs will be tracked as queries (the generated TS function will be annotated with @readonly JSDoc comment) instead of Mutations by default. This behaviour can be changed by setting the env var DEFAULT_READONLY to false (defaults to true).

Added

  • Individual program can be tracked as query/mutation by setting the config for that program by setting the value in configuration.json.
  • Ability to add description to a function by setting the description property.