-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only compute
ClientSideBaseVisitor
's fragmentsGraph
once, at inst…
…antiation time (#10019) * feat: Pre-compute ClientSideBaseVisitor's fragmentsGraph * chore: changeset * Update .changeset/rotten-eels-eat.md --------- Co-authored-by: Victor Magalhães <vhfmag@users.noreply.github.com> Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
- Loading branch information
1 parent
9af9ce2
commit 14ce39e
Showing
2 changed files
with
9 additions
and
2 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 @@ | ||
--- | ||
'@graphql-codegen/visitor-plugin-common': patch | ||
--- | ||
|
||
Improve code generation performance by computing `ClientSideBaseVisitor`'s `fragmentsGraph` once at instantiation time. |
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