Skip to content

AlterApolloServerPlugins

@tsed/apollo

Usage

typescript
import { AlterApolloServerPlugins } from "@tsed/apollo";

See /packages/graphql/apollo/src/types/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[]>;

Released under the MIT License.