UNPKG

@paroicms/server

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