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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Federation support for 
16
16
17
17
Based on discussion: https://github.com/graphql-python/graphene/issues/953#issuecomment-508481652
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.
20
+
19
21
------------------------
20
22
21
23
## Supported Features
@@ -180,4 +182,5 @@ The tests are automatically run on Travis CI on push to GitHub.
180
182
181
183
---------------------------
182
184
183
-
Also, you can read about how we've come to federation at Preply [here](https://medium.com/preply-engineering/apollo-federation-support-in-graphene-761a0512456d)
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