Skip to content

graphql-core v0.4.11 release

Compare
Choose a tag to compare
@jhgg jhgg released this 19 Nov 23:03
· 620 commits to master since this release

This release updates feature parity to graphql-js v0.4.11.

Changelog

  • Fix typo in directive schema introspection description.
  • #32 Implement concat_ast utility
  • #33 Allow providing directives to GraphQLSchema
  • #34 Allow nested objects with similar keys.
  • #35 Support deprecation via introspection
  • #36 Fix false positive validation error from fragment cycle when unknown fragment is used.