I am trying to connect a MongoDB Atlas database to Hasura and access it through GraphQL.
When I connected to MongoDB from Hasura and validated the data on Hasura side for graphql using sample data, I encountered the following issue.
Data stored in $numberInt
or $numberDouble
format on MongoDB side becomes null
when retrieved through Hasura.
On the other hand, data in string format can be retrieved successfully.
Could you please give me some advice on a solution or possible cause for this issue?