admin管理员组

文章数量:1221551

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?

本文标签: Data retrieval issue with Hasura and MongoDB Atlas connectionStack Overflow