-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: optimize block
gql queries
#3295
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed Performance ReportMerging #3295 will degrade performances by 35.75%Comparing Summary
Benchmarks breakdown
|
"fuels": patch | ||
--- | ||
|
||
chore: optimize `block` gql queries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you mark this as breaking and describe what those are in the PR description?
…/optimize-block-queries
Coverage Report:
Changed Files:Coverage values did not change👌. |
We deem this PR as not a high priority and will revisit it later. |
Release notes
In this release, we:
block
-related GraphQL queriesSummary
This PR updates the GQL schemas so that we only request the data that we are using in the methods to eventually return to the user.
Checklist