Skip to content

MongoEngineConversionError: DynamicField #238

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()

`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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