django-graphql-geojson
django-graphql-geojson copied to clipboard
This module doesn't support two endpoints based on the same model
You get the following error if you try to set
class Meta:
model = MY_MODEL
on two different GeoJsonTypes with the same model:
AssertionError: Found different types with the same name in the schema: FeatureProperties, FeatureProperties.