Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoEngineConversionError: DynamicField #238

Open
8m0 opened this issue Jun 27, 2024 · 0 comments
Open

MongoEngineConversionError: DynamicField #238

8m0 opened this issue Jun 27, 2024 · 0 comments

Comments

@8m0
Copy link

8m0 commented Jun 27, 2024

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

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant