-
Notifications
You must be signed in to change notification settings - Fork 823
Add GeoJSON types #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not relevant right now. It could be useful create a custom package |
Hello @syrusakbary, if I want to use graphql with the geodjango, is possible? I'm newby with graphql, but when i want to try add models.PointField to graphql, I obtain Exception: Don't know how to convert the Django field player.Player.pos (<class 'django.contrib.gis.db.models.fields.PointField'>). Do you know how to resolve this problem? Is easy or i should create a graphene-geojson package first? Thanks you very much |
…-name graphql-python#63 Get name of reverse_fields from model.__dict__
same problem here, |
+1 |
This guy is working on one: https://github.com/flavors/django-graphql-geojson/ |
Add GeoJSON types (
graphene.geo
) and the mapping from Django Geo fields to it.The text was updated successfully, but these errors were encountered: