UNPKG

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