#ApolloServerPluginDrainHttpServer how to use it?
8 messages · Page 1 of 1 (latest)
I highly doubt it is already "built in" the GraphQL Module. You should be able to add the plugin via the plugins property of the GraphQL Module forRoot() config object.
It requires the app instance
So, you can get the server instance via https://docs.nestjs.com/faq/http-adapter#in-context-strategy
Not sure it will work, but you can try it.