Open cristian-spiescu opened 4 years ago
Any chance you provide a minimal example provoking this? Object
types fields are actually supported just fine.
What this sounds like is a field and its related getter/setter having different types. The exception says the types of related elements (fields and methods) could not be merged.
I have started getting the following exception:
A breakpoint + inspect lead me to the source of this error, i.e. the following field:
Adding
@GraphQLIgnore
seems to fix the issue. However a better error message would help a lot. However, I recall having discovered other fields of typeObject
, but if I'm not mistaking the message was mentioning something more explicit.Thanks!