You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: