Skip to content

Commit

Permalink
Support complex queries (#3298)
Browse files Browse the repository at this point in the history
* 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
esquevin authored Jul 24, 2023
1 parent d381436 commit 4cbdf18
Show file tree
Hide file tree
Showing 8 changed files with 4,997 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-roses-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphiql/toolkit': patch
---

Prevent OOM on merging complex queries
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ grafbase
graphile
novvum
pieas
sorare

// other languages
hola
Expand Down
Loading

0 comments on commit 4cbdf18

Please sign in to comment.