1

When I request the data from banana cake pop I get the following error { "message": "EmployeeType cannot serialize the given value.", "extensions": { "code": "EXEC_INVALID_LEAF_VALUE" } } As per hot chocolate enum are serialized by default. https://chillicream.com/docs/hotchocolate/defining-a-schema/enums But still getting error

luqman ahmad
  • 171
  • 1
  • 7

1 Answers1

0

The issue was that I was seeding data and accidently that field got null, which caused this error as I changed that the issue was resolved.

luqman ahmad
  • 171
  • 1
  • 7