Graphene

Latest version: v3.3

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

Scan your dependencies

Page 9 of 10

0.7.1

Changelog
- Added support for Enum types. And added mapping for Django and SQLAlchemy https://github.com/graphql-python/graphene/commit/e9e51a0bd45c33397d42ddc71d6b87de5beafb73
- Added source argument to Field https://github.com/graphql-python/graphene/commit/a66f6f299076215a8b712502707669ed2eade25a (so you can do `field_name = graphene.String(source='attr_in_obj')`)
- Fix `UnionType` resolver https://github.com/graphql-python/graphene/commit/8c3f8b170b675c0d0d4cc3dbbc94d9475ee77aed

0.7.0

Changelog
- **Added SQLAlchemy support!** Including mapping models, relay, docs and a Flask+SQLAlchemy example
- Set clientMutationId to be camelCase
- Added `global_id` method to `relay.Node`

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

Page 9 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.