graphene-sqlalchemy icon indicating copy to clipboard operation
graphene-sqlalchemy copied to clipboard

Adding support for Postgres TSTZRANGE

Open gsvitak opened this issue 9 years ago • 1 comments

Hello,

I need to be able to convert a postgres TSTZRANGE into a GraphQL type. I noticed that the graphene-django project does support the postgres range type.s

Just curious if it would be a good idea to add the same support to this codebase.

https://github.com/graphql-python/graphene-django/blob/master/graphene_django/converter.py#L193

Thanks G

gsvitak avatar Oct 13 '16 20:10 gsvitak

Completely! If you wanna work in a PR I will take a look it happily :)

syrusakbary avatar Dec 14 '16 07:12 syrusakbary

You can add a converter yourself using the syntax detailed in https://github.com/graphql-python/graphene-sqlalchemy/pull/371 Additionally, we accept contributions that include new converters, too.

erikwrede avatar Feb 15 '23 10:02 erikwrede

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue.

github-actions[bot] avatar Aug 15 '23 00:08 github-actions[bot]