graphql-python / graphql-python/graphene
how to query EmbeddedDocumentListField in the GraphQL
- Langage dominant
- Python
- Étoiles
- 8.2k
- Forks
- 818
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
EmbeddedDocumentListField can't be queried and I couldn't find anything in the documentation.
I get the following error `"Cannot query field \"candidateToolPairs\" on type \"Column\".",`
Code gist is available: https://gist.github.com/ahmad88me/d489b8aa87e71d24e28606e5b502ab28
``` # schema.py
class Column(MongoengineObjectType):
class Meta:
model = ColumnModel
interfaces = (Node,)
```
with the model class `Column` include `candidate_tool_pairs = EmbeddedDocumentListField(ToolCandidatePair)`
In the graphQL interface, all the field of the class Column loads successfully, but the field `candidate_tool_pairs` (I tried candidateToolPairs as well. Also nothing starts with candidate is suggested by the autocomplete).
Instead, I get the following error: `"Cannot query field \"candidateToolPairs\" on type \"Column\".",`
* **What is the expected behavior?**
To get the list candidateToolPairs
* **Please tell us about your environment:**
```Flask==1.1.2
Flask-GraphQL==2.0.1
graphene==2.1.8
graphene-mongo==0.2.13
graphql-core==2.3.2
graphql-relay==2.0.1
graphql-server-core==1.2.0
mongoengine==0.19.1
pymongo==3.11.0```
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par l’exemple schema.py et la déclaration de EmbeddedDocumentListField du modèle Column ; inspectez le schéma GraphQL généré pour Column et comparez-le à la requête candidateToolPairs attendue. Le gist associé et les versions indiquées de Flask, Graphene et MongoEngine fournissent le contexte nécessaire à la reproduction. Le travail est terminé lorsqu’il a été déterminé si le champ est pris en charge et que le comportement vérifié ou la documentation nécessaire a été consigné.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- flask, graphql, python
- Domaine
- api, database
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100