strawberry-graphql / strawberry

A GraphQL library for Python that leverages type annotations 🍓
https://strawberry.rocks
MIT License
3.95k stars 525 forks source link

Support of Geometry Scalars #3608

Closed tokr-bit closed 1 month ago

tokr-bit commented 1 month ago

The Strawberry Django integration provides geometry scalars such as Polygon, Point, etc (https://github.com/strawberry-graphql/strawberry-django/blob/main/strawberry_django/fields/types.py#L339). Are there any plans to implement these in strawberry?

Feature Request Type

Description

Since Postgres is a widely used database driver that is popular for its GIS extension, geometry types are present in many applications. Therefore, the feature of using GraphQL types in strawberry might be helpful.

However, this is in contrast to the GraphQL spec.

Upvote & Fund

Fund with Polar

patrick91 commented 1 month ago

@tokr-bit did you mean to close this?

tokr-bit commented 4 weeks ago

@patrick91 Yes I wanted to close this issue.