tartiflette v1.1.0 Release Notes

Release Date: 2019-10-07 // over 4 years ago
  • [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