UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

3 lines (2 loc) 115 B
import { GraphQLType, TypeNode } from 'graphql'; export declare function astFromType(type: GraphQLType): TypeNode;