graphql-core v0.4.11 release
This release updates feature parity to graphql-js v0.4.11.
Changelog
- Fix typo in directive schema introspection description.
- #32 Implement
concat_astutility - #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.