Skip to content

v0.9.1

Choose a tag to compare

@vektah vektah released this 27 Jun 00:58
· 2232 commits to master since this release

Changed

  • There is a subtle break in argument directives, they used to receive the argument value as obj, but not receive the whole argument bag. The argument value should be fetched by calling next, so if you were relying on this behavior the implementation was incorrect and inconsistent with all other directive implementations.

Added

  • schema file paths now support ** globs - #631
  • new WebsocketInitFunc hook on websocket connection to allow blocking websockets - #750
  • Automatic Persisted Queries (APQ) support - #734
  • execution (query) directive support for FIELD, QUERY, MUTATION and SUBSCRIPTION - #744 and #756
  • directives that allow config in schema - #732
  • models can now be automatically bound within a path - #761

Fixed

  • aliased types in external packages are now resolved correctly - #722
  • naming issues when setting resolver name in config - #728