feat: implied or external fragments, for #612#1750
Merged
Conversation
allows external, implied fragments in autocompletion, validation, and operation execution
864a7bb to
19dac51
Compare
Codecov Report
@@ Coverage Diff @@
## main #1750 +/- ##
==========================================
- Coverage 57.83% 57.04% -0.80%
==========================================
Files 30 32 +2
Lines 1537 1583 +46
Branches 288 297 +9
==========================================
+ Hits 889 903 +14
- Misses 566 597 +31
- Partials 82 83 +1
Continue to review full report at Codecov.
|
099b0b4 to
bb93abc
Compare
Member
Author
|
@sgrove note this change introduces use of internally and exposes a single AST document, that only changes on editor or props-driven query change. it's been added to |
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
allows external, implied fragments in autocompletion, validation, and operation execution. resolves #612
monaco-graphql,codemirror-graphql, andgraphiqlonEditQueryand in thefetchertodo:
monaco-graphql,codemirror-graphql