UNPKG

jok

Version:

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

3 lines (2 loc) 261 B
import { IntrospectionSchema } from 'graphql'; export default function (introspectionSchema: IntrospectionSchema, generateDefaultFragments: boolean, useApolloClientV3: boolean, includeTypeName: boolean, typeNamePrefix: string, typeNamePostfix: string): string;