-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implied or external fragments, for #612 #1750
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
@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 |
allows external, implied fragments in autocompletion, validation, and operation execution. resolves #612
monaco-graphql
,codemirror-graphql
, andgraphiql
onEditQuery
and in thefetcher
todo:
monaco-graphql
,codemirror-graphql