Mapping fields for Input Types with different names between schema and Java Object #1146
Labels
status: feedback-provided
Feedback has been provided
status: waiting-for-triage
An issue we've not yet triaged
Is there a way to map fields for input types? I have been unable to find how to do this neither in the documentation or by searching the web.
For example to be able to map
full_name
in the schema tofullName
in the java object:to
We are migrating our app from https://github.com/graphql-java-kickstart and we used to do that using jackson
@JsonProperty
.Any pointers would be greatly appreciated
Thanks
Giorgos
The text was updated successfully, but these errors were encountered: