graphql-python / graphql-python/graphene-mongo

Filtering by id for MongoengineConnectionField returns edge with null

Open
#146 11 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
287
Forks
111
PR merge metrics
No merged PRs in 30d

Description

When I try to filter by id using `MongoengineConnectionField`, using this query:

```
{tasks(id:"5ecd4880f80bde8199d3d005") {
edges {
node {
id
state
}
}
}}```

returns this:

```{
"data": {
"tasks": {
"edges": [
{
"node": null
}
]
}
}
}```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.