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

**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. Hey :) so I was reading docs, and then I remembered something:...

🐛 bug

This MR adds the ability to pass `object_type_name_prefix: string` to `Schema`, the prefix will be prepended to: - Queries name - Mutations name - Subscription name - Types name Fields...

There were some inconsistencies in the way the snake case conversion was working. 1. the handling of string already containing `_` was not consistent. Indeed in the old implementation: ```python...

It had code for handling the differences between old-style and new-style classes in Python 2, but support for Python 2 was dropped long ago. This could be simplified further, e.g....

Greetings! I work as a DevSecOps at Escape, where we operate a tool for testing the security of GraphQL. Securing web applications is crucial, and our objective is to simplify...

**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** Running `manage graphql_schema` to export the...

🐛 bug

Hello, thanks for Thanks for GraphQL Python Roadmap I see that this project is the most alive in https://github.com/graphql-python I use python as GraphQL client and server in my projects...

✨ enhancement

Currently Scalar types and Field types pass description without touching it which is causing the issue of inconsistent white spaces in the case of multi-line descriptions when parsed by federation...

`Schema.introspect` should implement some mechanism to modify the introspection query settings (see `graphql.utilities.get_introspection_query`). A use case for this is the recently implemented deprecated argument and input fields support (#1472). These...

✨ enhancement