django-graphql-geojson icon indicating copy to clipboard operation
django-graphql-geojson copied to clipboard

This module doesn't support two endpoints based on the same model

Open ajroberts0417 opened this issue 4 years ago • 0 comments

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.

ajroberts0417 avatar Apr 23 '20 22:04 ajroberts0417