graphql-python / graphql-python/graphene-mongo
MongoEngineConversionError: DynamicField
- Lingua principale
- Python
- Stelle
- 287
- Fork
- 111
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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()
`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- graphql, mongodb, python
- Ambito
- api, backend, database
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 20/100