We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c119b commit f96ec85Copy full SHA for f96ec85
README.md
@@ -558,6 +558,8 @@ fragment username_admin on AdminUser {
558
559

560
561
+> This GIF shows a **before/after** case to make an example how query merging changes the performance.
562
+
563
`graphql.js` supports **query merging** that allows you to collect all the requests into one request.
564
565
Assume we've these queries on server, define them just like before we do:
0 commit comments