graphql-python / graphql-python/graphene-mongo

MongoEngineConversionError: DynamicField

Open
#238 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
287
Forks
111
PR merge metrics
No merged PRs in 30d

Description

Can't really find out what is the problem. I get the error when running django+graphql+mongo project:

**Don't know how to convert the MongoEngine field ()**

`
class TableRowCellType(MongoengineObjectType):
class Meta:
model = TableRowCell

class TableRowCell(EmbeddedDocument):
value = DynamicField()

`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.