File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
213217All examples folders contain a ` query.gql ` file with some examples operations you can perform on the GraphQL servers.
You can’t perform that action at this time.
0 commit comments