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

**Current behaviour:** When using the `depth_limit_validator` ([docs](https://docs.graphene-python.org/en/latest/execution/queryvalidation/#usage)), an invalid query can lead to a `KeyError` being thrown (from [here](https://github.com/graphql-python/graphene/blob/master/graphene/validation/depth_limit.py#L148)), which usually results in the API returning a 500 server error....

🐛 bug

* **What is the current behavior?** Running the test suite, in particular the tests in `graphene/relay/tests/test_custom_global_id.py` fail if pytest 8.x is used. ```shell __________ ERROR at setup of TestUUIDGlobalID.test_str_schema_correct __________...

🐛 bug

I would like to [modernize](https://packaging.python.org/en/latest/guides/modernize-setup-py-project/) packaging, also thought CI for building packages would be helpful for QA. Tests on Python 3.13 are fixed in https://github.com/graphql-python/graphene/pull/1562

This PR modernizes Python packaging usign pyproject.toml format, please see https://packaging.python.org/en/latest/guides/modernize-setup-py-project/. Also I'm planning to do some cleanup in pyutils once this merged. Depends on: - https://github.com/graphql-python/graphene/pull/1564 - https://github.com/graphql-python/graphene/pull/1563

Today is a version 3.3.0 anniversary. It looks like graphene got around 15 commits since then, gaining support for Python 3.12 and dropped a few dependencies. IMHO, we need to...

✨ enhancement

* **What is the current behavior?** As of 3.1.0, the `resolve_type` method on Interfaces and Unions no longer supports returning the GraphQL Type as a string as opposed to the...

🐛 bug

**Is your feature request related to a problem? Please describe.** I'd like to be able to customise serialization logic for some scalars, e.g. a `NormalizedDecimal` that inherits from `Decimal` but...

✨ enhancement

**Is your feature request related to a problem? Please describe.** Currently I'd get a stacktrace for every single validation that occurs: ``` 2020-09-16 03:31:18.459 ERROR graphql.execution.utils 127.0.0.1 c7b7f54e-299d-478d-b3e3-ae2b5112921f : Traceback...

✨ enhancement

First of all, i would like to apologize to post this question here (I know, that issues are for features and bug reports). I tried to find help on [stackoverflow...

🐛 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?** EmbeddedDocumentListField can't be queried and I...

🐛 bug