Geometry Scalar should expect a WKT or a Geometry Object. #10667
Labels
c/v3-ndc-postgres
Data connector for PostgreSQL
k/enhancement
New feature or improve an existing feature
Component
c/v3-engine
Is your proposal related to a problem?
At the moment it's necessary to stringify the geometry object.
Describe the solution you'd like
Geometry should be a Object instead of a Scalar. This would not only align with the way geometry inputs work but also enable the graphql engine and ui tools like houdini to check the validity of the input in advance. i.e. disallow geometries with an invalid type property.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: