I am using version 12.16.0 and I am facing an issue with the Id field being returned as base64 encoded string instead of Guid. Is there a way to configure a custom serializer or scalar type for Guid values in the schema?
The ID is stored as a Guid in my database, but when queried through GraphQL, it is returned as a base64 encoded string. I want to customize the serialization so that the ID is returned as a Guid instead. I am using the HotChocolate library version 12.16.0, but I have not been able to find a solution that works. I was expecting to find a way to customize the serialization of the ID field so that it is returned as a Guid, but I have not been able to find a solution that works.