Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

MongoEngineConversionError: DynamicField

Open
#238 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
graphql, mongodb, python
Domain
api, backend, database

Research direction

Reproduce the reported django+graphql+mongo setup using TableRowCellType and TableRowCell, then trace where MongoEngineObjectType converts fields. The issue is resolved when the DynamicField conversion behavior is supported or clearly narrowed to a documented limitation.

Written by the indexing model from the issue text.

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

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

class TableRowCell(EmbeddedDocument):
value = DynamicField()

`

Dominant language
Python
Stars
288
Forks
112
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from graphql-python/graphene-mongo

All issues in graphql-python/graphene-mongo

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.