UNPKG

215 BTypeScriptView Raw
1import { GraphQLDirective, GraphQLNamedType, GraphQLSchema } from 'graphql';
2export declare function addTypes(schema: GraphQLSchema, newTypesOrDirectives: Array<GraphQLNamedType | GraphQLDirective>): GraphQLSchema;