Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/utils/clone.d.ts
import { GraphQLDirective, GraphQLNamedType, GraphQLSchema } from 'graphql';
export declare function cloneDirective(directive: GraphQLDirective): GraphQLDirective;
export declare function cloneType(type: GraphQLNamedType): GraphQLNamedType;
export declare function cloneSchema(schema: GraphQLSchema): GraphQLSchema;