Open debop opened 1 year ago
Thanks for the report. I guess we might have to add a test that exercises the whole thing when the entity view is actually a Kotlin type, as the InputObjectMapper
currently doesn't handle this case. Also see https://github.com/Blazebit/blaze-persistence/pull/1686
Description
I ported blaze-persistence
examples\spring-data-dgs
to KotlinQuery is success, but mutation is failed. No primary constructor found for class class CatCreateView
Expected behavior
dgs deserialize Entity View Interface.
Actual behavior
when run mutation, dgs deserialize Entity View Interface (CatCreateView)
-->
Steps to reproduce
GraphQL Schema
Test case
Sorry I used my library
Environment
Version: 1.6.8
JPA-Provider: Hibernate 5.6.8.Final
DBMS: H2
Application Server: Spring Boot 2.7.8 DGS Framework : 5.5.1