graphql v1.9.12 Release Notes

Release Date: 2019-09-09 // over 4 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • AST Analyzers follow fragments spreads as if they were inline fragments. #2463

    ๐Ÿ†• New Features

    • use GraphQL::Execution::Errors provides error handling for the new interpreter. #2458

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix false positive on enum value validation #2454