WhiteGive
Results
2
issues of
WhiteGive
### Discussed in https://github.com/kobylynskyi/graphql-java-codegen/discussions/984 Originally posted by **ruipliu** July 22, 2022 This is to support complex use cases from client side building queries. Now the response projections only have builder...
enhancement
good-first-issue
**Is your feature request related to a problem? Please describe.** There is a [query caching mechanism](https://www.graphql-java.com/documentation/execution/#query-caching) in `graphql-java` to cache the client query to reusable `PreparsedDocumentEntry` so that latter queries...