Skip to content

Commit 4cbdf18

Browse files
authored
Support complex queries (#3298)
* 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
1 parent d381436 commit 4cbdf18

File tree

8 files changed

+4997
-6
lines changed

8 files changed

+4997
-6
lines changed

.changeset/cyan-roses-leave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphiql/toolkit': patch
3+
---
4+
5+
Prevent OOM on merging complex queries

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ grafbase
183183
graphile
184184
novvum
185185
pieas
186+
sorare
186187

187188
// other languages
188189
hola

0 commit comments

Comments
 (0)