Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/polyfills/extendSchema.d.ts
import { DocumentNode, GraphQLSchema } from 'graphql';
export declare function extendSchema(schema: GraphQLSchema, extension: DocumentNode, options: any): GraphQLSchema;