v0.3.0
Pre-release
Pre-release
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.