graphene-mongo icon indicating copy to clipboard operation
graphene-mongo copied to clipboard

Graphene MongoEngine integration

Results 42 graphene-mongo issues
Sort by recently updated
recently updated
newest added
trafficstars

There's been no movement from maintainers or a release in >6 months and it was faulty and not patched, is this project dead? cc @abawchen

Resolves https://github.com/graphql-python/graphene-mongo/issues/189 with the introduction of the graphene v3.0 package as well. All tests pass.

### Error message Running the tutorial example at https://graphene-mongo.readthedocs.io/en/latest/tutorial.html returns the following error ```json { "errors": [ { "message": "'Cursor' object has no attribute 'count'", "locations": [ { "line": 2,...

### Error description Running the tutorial application at https://graphene-mongo.readthedocs.io/en/latest/tutorial.html with `graphql-server[flask]` instead of `Flask-GraphQL` installed results in the following error being returned ```json { "errors": [ { "message": "'dict' object...

Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.3 to 2.1.1. Changelog Sourced from waitress's changelog. 2.1.1 Security Bugfix - Waitress now validates that chunked encoding extensions are valid, and don't contain invalid characters that...

dependencies

current: `users { edges { node { id } } }` What I want is: ` users { id }`

Using `graphql-relay==3.1.4` and `graphene-mongo==0.2.14` creates an error due to a rename of `graphql_relay.connection.arrayconnection` to `graphql_relay.connection.array_connection`. There are two imports which need to be updated.

The graphene version should be 3.0.0b7 not 3.0b7, this is found in requirements.txt https://github.com/graphql-python/graphene/releases/tag/v3.0.0b7