Adding support for Postgres TSTZRANGE
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
Completely! If you wanna work in a PR I will take a look it happily :)
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.
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.