Skip to content

MongoEngineConversionError: DynamicField #238

Open
@8m0

Description

@8m0

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 <mongoengine.fields.DynamicField object at 0x000001B86AC92690> (<class 'mongoengine.fields.DynamicField'>)

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

class TableRowCell(EmbeddedDocument):
value = DynamicField()

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions