We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e182a commit d28a95cCopy full SHA for d28a95c
README.md
@@ -205,6 +205,10 @@ You can see some examples of the integration in this repo:
205
206
Showcase of Apollo Federation approach, using the `TypeGraphQLFederationModule` and `GraphQLGatewayModule`.
207
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
212
You can run them by using `ts-node`, like `npx ts-node ./examples/1-basics/index.ts`.
213
214
All examples folders contain a `query.gql` file with some examples operations you can perform on the GraphQL servers.
0 commit comments