Skip to content

Commit d28a95c

Browse files
committed
docs(middlewares): add link to class-based middlewares example
1 parent 65e182a commit d28a95c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ You can see some examples of the integration in this repo:
205205

206206
Showcase of Apollo Federation approach, using the `TypeGraphQLFederationModule` and `GraphQLGatewayModule`.
207207

208+
1. [Middlewares](https://github.com/MichalLytek/typegraphql-nestjs/tree/master/examples/5-middlewares)
209+
210+
Usage of class-based middlewares - modules, providers and schema options
211+
208212
You can run them by using `ts-node`, like `npx ts-node ./examples/1-basics/index.ts`.
209213

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

0 commit comments

Comments
 (0)