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

This aims at allowing to use graphene < 3 with python > 3.8.

example code updated

📖 documentation

`graphql-core` [already supports specifying interfaces on interfaces](https://github.com/graphql-python/graphql-core/blob/7d826f0ec0a447cb869dfb891a755dbe8ea9b66f/src/graphql/type/definition.py#L819). This change adds that support to graphene. For example, the interfaces from one of the added test cases would look like this in...

resolves #1195 This stops `null` from being populated in the introspection query as mentioned in #1195. This also solves the problem of `None` being passed into the kwargs of a...

Fixing a Type Warning that resolves #1100 for PyCharm IDE users.

Resolves #1189 Also adds a basic to test to make sure that aiodataloader works.

📖 documentation

Refactoring firehose imports to explicit imports in docs/, examples/. Some blackening of example code in docs/. Refactoring of `class Meta` into class arguments. This is a first pass of docs/...

work in progress
📖 documentation
3.0

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have to explicitly set required a List field, or any field for that matter. It...

✨ enhancement