Skip to content

Commit

Permalink
Merge pull request #1 from graphql-python/chore/update-readme
Browse files Browse the repository at this point in the history
chore: update links to the graphql-python repo
  • Loading branch information
tcleonard authored Sep 6, 2022
2 parents d09d7f7 + 5acc8c3 commit c65d2bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ Federation support for ![Graphene Logo](http://graphene-python.org/favicon.png)
[![Coverage Status][coveralls-image]][coveralls-url]
[![Integration Tests Status][integration-tests-image]][integration-tests-url]

[unit-tests-image]: https://github.com/loft-orbital/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=loft-master
[unit-tests-url]: https://github.com/loft-orbital/graphene-federation/actions?query=workflow%3A"Unit+Tests"
[coveralls-image]: https://coveralls.io/repos/github/loft-orbital/graphene-federation/badge.svg?branch=loft-master
[coveralls-url]: https://coveralls.io/github/loft-orbital/graphene-federation?branch=loft-master
[integration-tests-image]: https://github.com/loft-orbital/graphene-federation/workflows/Integration%20Tests/badge.svg?branch=loft-master
[integration-tests-url]: https://github.com/loft-orbital/graphene-federation/actions?query=workflow%3A"Integration+Tests"
[unit-tests-image]: https://github.com/graphql-python/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=main
[unit-tests-url]: https://github.com/graphql-python/graphene-federation/actions?query=workflow%3A"Unit+Tests"
[coveralls-image]: https://coveralls.io/repos/github/graphql-python/graphene-federation/badge.svg?branch=main
[coveralls-url]: https://coveralls.io/github/graphql-python/graphene-federation?branch=main
[integration-tests-image]: https://github.com/graphql-python/graphene-federation/workflows/Integration%20Tests/badge.svg?branch=main
[integration-tests-url]: https://github.com/graphql-python/graphene-federation/actions?query=workflow%3A"Integration+Tests"


Based on discussion: https://github.com/graphql-python/graphene/issues/953#issuecomment-508481652
This repository is heavily based on the repo it was forked from... Huge thanks to [Preply for setting up the foundations](https://medium.com/preply-engineering/apollo-federation-support-in-graphene-761a0512456d).

WARNING: This version is not compatible with graphene version below v3. If you need to use a version compatible with graphene v2 I recommend using the version 1.0.0 of graphene_federation.
WARNING: This version is not compatible with `graphene` version below v3.
If you need to use a version compatible with `graphene` v2 I recommend using the version 1.0.0 of `graphene_federation`.

------------------------

Expand Down Expand Up @@ -181,6 +182,3 @@ There is also a cool [example](https://github.com/preply/graphene-federation/iss
The tests are automatically run on Travis CI on push to GitHub.

---------------------------

This repository is heavily inspired by the repo it was forked from... Huge thanks to [Preply for setting up the foundations](https://medium.com/preply-engineering/apollo-federation-support-in-graphene-761a0512456d).
Hopefully one day we can merge it into the original repository that doesn't seem maintained anymore.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def read(*rnames):
long_description_content_type='text/markdown',
author='Igor Kasianov',
author_email='[email protected]',
url='https://github.com/loft-orbital/graphene-federation',
download_url=f'https://github.com/loft-orbital/graphene-federation/archive/{version}.tar.gz',
url='https://github.com/graphql-python/graphene-federation',
download_url=f'https://github.com/graphql-python/graphene-federation/archive/{version}.tar.gz',
keywords=["graphene", "graphql", "gql", "federation"],
install_requires=[
"graphene>=3.1",
Expand Down

0 comments on commit c65d2bb

Please sign in to comment.