-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sogko/0.5.0' into sogko/experiment-parallel-resolve
* sogko/0.5.0: (32 commits) RFC: Return type overlap validation Tests for `NewDirectives()` for better coverage Clean up redundant code in `completeValueCatchingError` - `completeValue` would already have resolved the value for `func() interface{}` Add tests for type comparators Spec compliant @skip/@include. Fix bug where @include directive is ignored if @Skip is present. Test that `executor` threads `RootValue` correctly - Similar to `context` test Improve coercion error messages [RFC] Add explicit context arg to graphql execution Add GraphQLSchema types field Removed logs Follow up to: Move getTypeOf to executor and rename to defaultResolveTypeFn to mirror defaultResolveFn Add tests for default resolve function. Restored deprecated fields in `directives` in introspective query for coverage. Should be removed once `onOperation`, `onFragment`, `onField` are dropped from spec. Move getTypeOf to execute.js and rename to defaultResolveTypeFn to mirror defaultResolveFn Remove unused function parameters Remove unused function parameters Minor follow-up to #311 [RFC] Add Schema Definition to IDL. Updating schema parser to more closely match current state of RFC ...
- Loading branch information
Showing
39 changed files
with
2,698 additions
and
1,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.