graphene-federation

Federation implementation for Graphene.

MIT License

Downloads
27.9K
Stars
40
Committers
12

Bot releases are hidden (Show)

graphene-federation - v3.2.0 - Action Required Latest Release

Published by erikwrede 4 months ago

This release brings support for the new Federation v2.7 directives. Additionally, redundant directives were removed and there were some deprecations. Your action is required if your implementations use the extend directive

Breaking Changes and Migration

The extend directive was removed.
For V1 @extend can be replaced by @extends and @key combination
For V2 just @key is enough.

Deprecations

enable_federation_2 deprecated in favor of federation_version

graphene-federation - v3.1.5 - yanked from pypi

Published by arunsureshkumar 5 months ago

This release contains non-semver compliant breaking changes. Please upgrade with caution.

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-federation/compare/v3.1.4...v3.1.5

graphene-federation - v3.1.4

Published by erikwrede over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-federation/compare/v3.1.3...v3.1.4

graphene-federation - v3.1.3

Published by patrick91 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-federation/compare/v3.1.0...v3.1.3

graphene-federation - v3.1.2

Published by patrick91 over 1 year ago

graphene-federation - v3.1.0

Published by patrick91 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-federation/compare/v3.0.3...v3.1.0

graphene-federation - v3.0.3

Published by erikwrede over 1 year ago

What's Changed

This release changes type hints to use typing.List/typing.Dict to support older python versions.

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-federation/compare/v3.0.2...v3.0.3

graphene-federation - v3.0.2

Published by erikwrede almost 2 years ago

What's Changed

This is a small patch release adding a missing raw string declaration to a regex.

New Contributors

Full Changelog: https://github.com/graphql-python/graphene-federation/compare/v3.0.1...v3.0.2

graphene-federation - v3.0.1

Published by tcleonard about 2 years ago

Chore:
Update graphql core dependency

graphene-federation - v3.0.0

Published by tcleonard about 2 years ago

First release officially under the graphql-python organization.
With this new repository, the goal is to increase exposure of this library and federate (pun intended) the maintenance effort from the community (thank you @erikwrede).

Thanks to Preply for setting up the foundations.

This release is only compatible with Graphene version > 3.0.

Package Rankings
Top 6.99% on Pypi.org
Badges
Extracted from project README
PyPI version Unit Tests Status Coverage Status Integration Tests Status
Related Projects