Graphene

Latest version: v3.4.3

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 11

0.6.1

Changelog
- Fixed inheritance from `abstract` ObjectTypes

0.6.0

Changelog
- Added the posibility to have a argument named `name` in a Field. `Field(name=String())`
- Improved tests
- Fixed compatibility with Django 1.6, Django 1.7
- Added a management Command to Django `graphql_schema` for dumping the Schema
- Fixed `snake_case` - `camelCase` conversion to be `bijective`
- Added automatic `django-filters` support via `DjangoFilterConnectionField` and `filter_fields` attr in Django Meta.

0.5.0

Changelog
- Created a new plugin system for Graphene
- Set auto camelCase in the schema type fields to optional (using `graphene.Schema(auto_camelcase=False)`)
- Added a basic Django Debugger with SQL debug capabilities (a la Django Debug Toolbar, but for GraphQL)
- Improved `graphql-django-view` version and fixed some related tests
- Renamed `BaseType` to `InstanceType` for code clarity
- Refactored `Fields` and `Arguments` logic
- Improved `ScalarTypes` based on `ClassTypes`

0.4.3

Changelog
- Improved Django queryset resolver in connections for use .count instead of len
- Improved resolver function decorators
- Fixed old DjangoConnectionField usage
- Refactored code into ClassTypes 61
- Added .List() and .NonNull()
- Added abstract ObjectType definition 55
- Improved tests

0.4.2

- Added a simple example of graphene usage under `examples/` directory
- Fixed wrong ConnectionOrList field att mounting 43
- Refactored Relay Connections
- Removed LazyMap from utils

0.4.1.1

Changelog
- Added support for old behavior of get_node
- Improved ObjecTypes/Interface resolvers by wrapping root object when needed

Page 10 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.