-
-
Notifications
You must be signed in to change notification settings - Fork 804
MongoDB geospatial data #3898
Copy link
Copy link
Closed
Labels
Area: MongoDBIssue is related to the MongoDB integrationIssue is related to the MongoDB integration⌛ staleNothing happened with this issue in quite a whileNothing happened with this issue in quite a while🌶️ hot chocolate
Milestone
Metadata
Metadata
Assignees
Labels
Area: MongoDBIssue is related to the MongoDB integrationIssue is related to the MongoDB integration⌛ staleNothing happened with this issue in quite a whileNothing happened with this issue in quite a while🌶️ hot chocolate
MongoDB supports geospatial queries. Currently, HC crashes on schema creation when encountering property like
public GeoJsonPoint<GeoJson2DGeographicCoordinates> Location { get; set; }So the only solution is DTO and it's not possible to use Relay when the type contains
GeoJsonPoint<GeoJson2DGeographicCoordinates>It would be cool if there was something like https://chillicream.com/docs/hotchocolate/integrations/spatial-data/ that supports mongodb.