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. * **What is the current behavior?** The code listed in ["ObjectType ->...

🐛 bug

The docs currently give this example: ``` validation_errors = validate( schema=schema.graphql_schema, document_ast=parse('THE QUERY'), rules=( DisableIntrospection, ) ) ``` But it's not obvious how to set `document_ast`, and leave it as...

✨ enhancement
📖 documentation

CI is able to restore **pip** cache as usual, and deprecation warning is gone. Please see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Python 3.7 added **fromisoformat** functionality, so we can remove aniso8601. There are test cases for it, and all are passing.. Removing **mock**, because the documentation states below, so we don't...

Add Python 3.12 to CI and documentation

These __future__ imports are unnecessary on Python 3

## Current Behavior I am working in a Django Python codebase that has a GraphQL schema. A lot of TextChoices are used in our GraphQL schema and, to properly represent...

🐛 bug

The tests in test_custom_global_id.py use the old nose specific method 'setup(self)' which isn't supported anymore in Pytest 8+. https://daobook.github.io/pytest/deprecations.html#setup-teardown