UNPKG

115 BTypeScriptView Raw
1import { GraphQLType, TypeNode } from 'graphql';
2export declare function astFromType(type: GraphQLType): TypeNode;