Jabez Magomere
09/02/2022, 8:04 AMjava.time.LocalDateTime
using a custom generator hook as one of my return types includes date fields, however for some reason the type seems not to be generated even after registering the hooks. I’m using version 6.2.2
Caused by: com.expediagroup.graphql.generator.exceptions.TypeNotSupportedException: Cannot convert java.time.LocalDateTime since it is not a valid GraphQL type or outside the supported packages "[com.twiga.inbox]"
Any ideas on where i’m going wrong?Shane Myrick
09/02/2022, 9:11 PM