Skip to content

GraphQL improvements 🐝

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 07:59
· 1144 commits to main since this release
5.6.0
b1e5825
Mark Type Count Packages
Features 2 graphql
Bug Fixes 1 testing

Package graphql

Features

  • New setting builder.allowed_directives to control which directives should be copied from the original field into generated (#132, c38d337)
  • Support of extend scalar/etc X to add operators (c7bd1c4)

Package testing

Bug Fixes

  • ScalarStrictComparator will respect $ignoreCase (b7919c9)