AlterApolloServerPlugins
@tsed/apollo
Usage 
typescript
import { AlterApolloServerPlugins } from "@tsed/apollo";See /packages/graphql/apollo/src/interfaces/AlterApolloServerPlugins.ts.
Overview 
ts
interface AlterApolloServerPlugins {
    $alterApolloServerPlugins(plugins: ApolloServerPlugin[], serverSettings: ApolloSettings): ApolloServerPlugin[] | Promise<ApolloServerPlugin[]>;
}$alterApolloServerPlugins 
ts
$alterApolloServerPlugins(plugins: ApolloServerPlugin[], serverSettings: ApolloSettings): ApolloServerPlugin[] | Promise<ApolloServerPlugin[]>;