Is there a way to get rid of concreteRequest if we are using persisted queries?
Open
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
For context, `__generated__` accounts for a _very_ significant part of our application bundle.

I was hoping that using persisted queries will get rid of most of it, but it only slightly reduced the bundle size.
Is there a reason to have concrete requests in the build when using persisted queries?
Contributor guide
Assessment
This issue has not been assessed yet.