UNPKG

jok

Version:

Bundle of utility functions for code generation related to nodejs and graphql

4 lines (3 loc) 263 B
import { IntrospectionOutputTypeRef, IntrospectionType } from 'graphql'; export default function (type: IntrospectionType, generateDefaultFragments: any, graphqlTypeName: any): string; export declare function isKindAllowed(type: IntrospectionOutputTypeRef): any;