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
QueruydslDataFetcher and QueryByExampleDataFetcher already support use of projection interfaces to customize return values. The same is useful in controller methods too to allow loose coupling between schema types and domain entities, see for example discussion in #636.
An @ProjectAs annotation on the controller method could be used to specify the projection interface type to apply to the return value.