You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on discussion: https://github.com/graphql-python/graphene/issues/953#issuecomment-508481652
17
+
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).
18
18
19
-
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.
19
+
WARNING: This version is not compatible with `graphene` version below v3.
20
+
If you need to use a version compatible with `graphene` v2 I recommend using the version 1.0.0 of `graphene_federation`.
20
21
21
22
------------------------
22
23
@@ -181,6 +182,3 @@ There is also a cool [example](https://github.com/preply/graphene-federation/iss
181
182
The tests are automatically run on Travis CI on push to GitHub.
182
183
183
184
---------------------------
184
-
185
-
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).
186
-
Hopefully one day we can merge it into the original repository that doesn't seem maintained anymore.
0 commit comments