-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[1] various refactor after zustand migration #3949
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
Merged
Merged
Changes from 94 commits
Commits
Show all changes
99 commits
Select commit
Hold shift + click to select a range
7c5f11f
use execution store
dimaMachina 53cb535
upd
dimaMachina e52977e
upd
dimaMachina fcfd519
upd
dimaMachina 8db47ce
upd
dimaMachina 7589253
upd
dimaMachina 9425ff8
upd
dimaMachina f0d728d
upd
dimaMachina 7335522
upd
dimaMachina 6ac226e
upd
dimaMachina 7bf7e80
upd
dimaMachina b28cc14
upd
dimaMachina 7a09053
upd
dimaMachina dba736e
upd
dimaMachina d16a30c
upd
dimaMachina 58cb9eb
default query
dimaMachina 518ed77
persist headers
dimaMachina 0662a03
upd
dimaMachina cf1a268
upd
dimaMachina 839d938
upd
dimaMachina f912245
upd
dimaMachina 0abb0ec
upd
dimaMachina e8403f6
upd
dimaMachina 5824175
upd
dimaMachina 418b805
upd
dimaMachina 7b9bc0b
upd
dimaMachina fec041b
upd
dimaMachina 9afd50c
reduce rerenders
dimaMachina 50b7ef3
add logs
dimaMachina 82f6c09
try
dimaMachina 7d9cd26
cleanup
dimaMachina 30d298f
cspell
dimaMachina 2e261ca
upd
dimaMachina 7119c6a
upd
dimaMachina 31241e2
upd
dimaMachina 037485d
upd
dimaMachina 13b008b
upd
dimaMachina 93b1492
upd
dimaMachina 5e572fd
upd
dimaMachina 3648b78
upd
dimaMachina bc43eb3
upd
dimaMachina 0595458
upd
dimaMachina 24c2373
upd
dimaMachina 384e7b0
upd
dimaMachina 7a9224c
upd
dimaMachina 727fd1a
upd
dimaMachina 3ba26c5
upd
dimaMachina 77303a1
upd
dimaMachina c1f402d
upd
dimaMachina 7ca8fa1
upd
dimaMachina 12cf600
upd
dimaMachina b0193b2
upd
dimaMachina 576b52d
upd
dimaMachina e149cd3
upd
dimaMachina 6a61215
upd
dimaMachina 567cca6
upd
dimaMachina db445ec
upd
dimaMachina 88a5be2
upd
dimaMachina 9649e6d
upd
dimaMachina ced804c
upd
dimaMachina 74c059f
upd
dimaMachina 3580e94
upd
dimaMachina 661df4b
upd
dimaMachina 787d47c
upd
dimaMachina 9a5e29f
upd
dimaMachina 95e5e85
upd
dimaMachina 27554e2
upd
dimaMachina 454cb97
upd
dimaMachina ca53861
upd
dimaMachina 5d07602
upd
dimaMachina a7ceaa8
upd
dimaMachina 2bc1a06
upd
dimaMachina 04747d3
upd
dimaMachina ef835fb
upd
dimaMachina 6bcc55d
upd
dimaMachina 6682497
upd
dimaMachina 1fe7eaf
upd
dimaMachina 7e85d71
upd
dimaMachina 695832c
upd
dimaMachina c062b23
upd
dimaMachina 9b3c029
upd
dimaMachina 43e83d0
upd
dimaMachina efa078a
upd
dimaMachina a7d21a2
upd
dimaMachina df6bc60
Merge branch 'main' into v4-6
dimaMachina 2723780
Merge branch 'v4-6' into v4-9
dimaMachina 5207987
fixes
dimaMachina ed99173
fixes
dimaMachina 0747d7e
fixes
dimaMachina f553781
fixes
dimaMachina 39242be
fixes
dimaMachina 5c1eec5
Merge branch 'main' into v4-9
dimaMachina bbe615f
Merge branch 'graphiql-5' into v4-9
dimaMachina d15dc9d
Delete .changeset/five-cars-roll.md
dimaMachina 94bcf22
Apply suggestions from code review
dimaMachina f5627c4
Apply suggestions from code review
dimaMachina 69dba43
Update .changeset/chilly-sloths-heal.md
dimaMachina 4b2cb7b
Update .changeset/chilly-sloths-heal.md
dimaMachina 277c17e
Update .changeset/chilly-sloths-heal.md
dimaMachina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| --- | ||
| '@graphiql/plugin-doc-explorer': patch | ||
| '@graphiql/plugin-explorer': patch | ||
| 'graphql-language-service': patch | ||
| '@graphiql/plugin-history': patch | ||
| 'codemirror-graphql': patch | ||
| '@graphiql/toolkit': patch | ||
| '@graphiql/react': minor | ||
| 'graphiql': patch | ||
| --- | ||
|
|
||
| - replace `onCopyQuery` hook with `copyQuery` function | ||
| - replace `onMergeQuery` hook with `mergeQuery` function | ||
| - replace `onPrettifyEditors` hook with `prettifyEditors` function | ||
| - remove `fetcher` prop from `SchemaContextProvider` and `schemaStore` | ||
| - add `fetcher` to `executionStore` | ||
dimaMachina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - add `onCopyQuery` and `onPrettifyQuery` props to `EditorContextProvider` | ||
| - remove exports (use `GraphiQLProvider`) | ||
| - EditorContextProvider | ||
| - ExecutionContextProvider | ||
| - PluginContextProvider | ||
| - SchemaContextProvider | ||
| - StorageContextProvider | ||
| - ExecutionContextType | ||
| - PluginContextType | ||
dimaMachina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
dimaMachina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.