You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works as a hint for persistent provider implementation, i.e. Hibernate to generate SQL query that retrieves only requested fields. The persistence provider decides how to generate SQL query and map it to the objects.
@igdianov Is it possible to resign from adding fetchgraph hint in favor of building the multiselect clause in QraphQLJpaBaseDataFetcher#getQuery by ourselves? Has it ever been considered? I've tried amending the code around there but I have troubles with properly mapping the result to the GraphQL result. I am not sure how much effort will it require.
Currently the JPA query select all columns of an entity.
It would be possible to just select the requested fields?
The text was updated successfully, but these errors were encountered: