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: docs/examples.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,5 @@ from the command line. Once the app has started you can explore the example sche
20
20
21
21
## Federation Example
22
22
23
-
Example Spring Boot apps generating Federated GraphQL schema and Apollo Gateway that exposes single federated schema are
24
-
provided in [examples/federation](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples/federation)
25
-
project. Please refer to their README files for details on how to run the target applications.
23
+
There is also an example of [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/) with two Spring Boot apps using `graphql-kotlin-federation` and an Apollo Gateway app in Nodejs that exposes a single federated schema in [examples/federation](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples/federation)
24
+
project. Please refer to the README files for details on how to run each application.
0 commit comments