Skip to content

Commit 22fccc4

Browse files
committed
docs(readme): add link to new federation example
1 parent 231a8b9 commit 22fccc4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,14 @@ You can see some examples of the integration in this repo:
204204

205205
Usage of class-based middlewares - modules, providers and schema options
206206

207-
1. [Apollo Federation](https://github.com/MichalLytek/typegraphql-nestjs/tree/master/examples/5-federation)
207+
1. [Apollo Federation (OLD)](https://github.com/MichalLytek/typegraphql-nestjs/tree/master/examples/5-federation)
208208

209-
Showcase of Apollo Federation approach
209+
Showcase of the legacy Apollo Federation approach
210210

211-
You can run them by using `ts-node`, like `npx ts-node ./examples/1-basics/index.ts`.
211+
1. [Apollo Federation V2](https://github.com/MichalLytek/typegraphql-nestjs/tree/master/examples/6-federation-2)
212+
213+
Showcase of the new Apollo Federation V2 approach
214+
215+
Most of them you can run by using `ts-node`, like `npx ts-node ./examples/1-basics/index.ts`.
212216

213217
All examples folders contain a `query.gql` file with some examples operations you can perform on the GraphQL servers.

0 commit comments

Comments
 (0)