graphql-python / graphql-python/graphene-mongo
MongoEngineConversionError: DynamicField
Open
- 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.