Dani
Dani
Hey @rossm6 , Graphene V3 is a pre-release since 2 years ago, I really needed to upgrade this package to this version and I do not plan to support Graphene...
Hi @artemnesterenko, All declared fields from a `GeoJSONType` class are moved to `properties` field, we could add a field within `GeoJSONType.Meta` to exclude some `properties`. Could you paste the code...
Hi @artemnesterenko, I am sorry for the long long delay to response. Graphene interfaces are not compatible for GeoJSONType. I am trying to move the interfaces fields within the `properties`...
Hi @zmasek, right now only one geometry field is allowed within `geojson_field`. We could include the `GeometryCollection` type for a geometry field list, http://geojson.org/geojson-spec.html#geometry-collection ```py class PlaceType(graphql_geojson.GeoJSONType): class Meta: model...
Hi @zmasek, You should not have any problem with mutations using more than one geometry field. For resolvers, I think the `GeometryCollection` type could be the most appropriate. ```graphql mutation...
Then you could select a single geometry field within `geojson_field`.
I would like to create the GeometryCollection field soon, PRs are also welcome :)
Hi @yamaharu616, That's a good question. As you say, if a cookie has expired, the browser does not send the JWT cookie to the GraphQL server. Instead, the expired cookie...
Hi @bendog, any updates?