File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed 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:
204
204
205
205
Usage of class-based middlewares - modules, providers and schema options
206
206
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 )
208
208
209
- Showcase of Apollo Federation approach
209
+ Showcase of the legacy Apollo Federation approach
210
210
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 ` .
212
216
213
217
All 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