UNPKG

apollo-schema-extend

Version:

Extends your Apollo Server Express based graphql server with an external graphql source

3 lines (2 loc) 204 B
import { DocumentNode, GraphQLSchema } from 'graphql'; export declare const mergeTypeDefs: (original: string | DocumentNode | readonly (string | DocumentNode)[], external: GraphQLSchema) => DocumentNode;