Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 08:55
· 375 commits to master since this release
f4d6d11

[1.1.0] - 2019-10-03

Added

  • ISSUE-134 - Adding two new hooks for directives:
    • on_schema_execution which is called for each Query/Mutation executed
    • on_schema_subscription which is called for each Subscription executed

See documentation for more details

Changed

Fixed

  • Replace and operator for or operator in the Mutation.updateRecipe tutorial resolver condition - ISSUE-298 thrown by @helio-correia
  • Take into account the value filled in into the error_coercer parameter at Engine initialization - ISSUE-309