leangen / graphql-spqr

Build a GraphQL service in seconds
Apache License 2.0
1.09k stars 181 forks source link

Support records as input types with Gson #454

Open kaqqao opened 1 year ago

kaqqao commented 1 year ago

Because the Gson implementation of InputFieldBuilder is rather primitive (as Gson doesn't expose any type metadata), the support for records needs to be added manually. The Jackson implementation does not suffer this issue.