-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add test showcasing the mergeAst error with big schema/query * Prevent OOM on complex queries * Use a 2 pass strategy * Add to manually remove commas between parameters as print returns a different format than prettier
- Loading branch information
Showing
8 changed files
with
4,997 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@graphiql/toolkit': patch | ||
--- | ||
|
||
Prevent OOM on merging complex queries |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,6 +183,7 @@ grafbase | |
graphile | ||
novvum | ||
pieas | ||
sorare | ||
|
||
// other languages | ||
hola | ||
|
Oops, something went wrong.