Update graphql to version 0.5.0 🚀 #205
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello 👋
🚀🚀🚀
graphql just published its new version 0.5.0, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of graphql – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
This version is the first reference implementation fully compatible with GraphQL — April 2016. In addition to any relevant breaking changes from the spec, it also has made some breaking changes to its API.
Thanks so much to those who contributed issues and pull requests for your help in improving GraphQL!
Breaking:
graphqlandexecutefunctions now accept acontextparameter which is distinct fromrootValueand available as the third argument to allresolvefunctions. The additional information is now the fourth argument toresolvefunctions. Anyresolvefunction which currently uses the third argument will need to be updated in order to use this version of graphql-js. (#326)new GraphQLSchema({ types: [...] }). Types which implement an interface but are otherwise not referenced as a field return type are no longer automatically added to the Schema! Provide types like this directly tonew GraphQLSchemato ensure they are included in order to use this version of graphql-js. This fixes a long-standing bug which made it difficult to build multiple related Schema with the same type instances. (#327)New:
Fixes:
@skipand@includeare now commutative. (#335) (47f87fa)enterandleavewhen editing the root node in an AST (#298)The new version differs by 94 commits .
86db7340.5.00da0267Update to latest version of flow3b46751import type for this flow typec151315Update dev dependenciesc034de9RFC: Return type overlap validationffe76c5Add sanity checks for schema to allow only a single query, mutation, subscription in schemaa981043Minor tweak to readme for bleeding edge6e5da50fix encrypted key6a9ff3fcorrect repo, doie77f34bAmend travis npm deploy script5347e26Add an automatically updating git branch which mirrors npm deployment.3201ebbAdd tests for type comparatorsc7e6a750.5.0-beta.107e627aremove non spec compliant testcf5b234Fix tests on abstract type invariantThere are 94 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.