graphene icon indicating copy to clipboard operation
graphene copied to clipboard

GraphQL framework for Python

Results 176 graphene issues
Sort by recently updated
recently updated
newest added

Good afternoon, First of all I wish to sincerly thanks for all the work you have done to setup a so "big" project . I work now with python for...

✨ enhancement

The way that GraphQL-core implements subscriptions means that if you make a subscription query with more than 1 field in it only the resolver for the first field will be...

✨ enhancement

**Is your feature request related to a problem? Please describe.** I'm a new user and while reading through the getting started page of the docs, I was confused by the...

✨ enhancement

Current documentation for graphene on both the released site and the master branch have the promise based dataloader as the recommended method of using dataloaders. Since promise is no longer...

🐛 bug

I have a form which has a python field `raw_description` which ends up in schema as `rawDescription`. However if field doesn't have a valid value I get a validation error...

**Is your feature request related to a problem? Please describe.** I don't want to buy-in into Graphene as framework, and I might like to convert some parts of my GraphQL...

✨ enhancement

Fix for https://github.com/graphql-python/graphene/issues/1524 This change takes care to preserve the current behavior where different enums with identical values are non-equal. However it fixes inconsistent behavior when comparing enums to non-enum...

* **What is the current behavior?** I have double nested inputs, the first two levels are properly converted to snake_case, the third one (deepest) is not. * **If the current...

🐛 bug

> **Note: For support questions, please use StackOverflow**. This repository's issues are reserved for feature requests and bug reports. ### What is the current behavior? See title. I've reproduced the...

🐛 bug

I have a mutation that updates multiple records. In cases where some of the records would be invalid, I want to skip updating those records, update what records I can,...

✨ enhancement