UNPKG

@paroicms/server

Version:
4 lines (3 loc) 211 B
import type { ApolloServerPlugin } from "@apollo/server"; import type { GraphqlContext } from "../graphql/graphql.types.js"; export declare function createComplexityPlugin(): ApolloServerPlugin<GraphqlContext>;