UNPKG

jok

Version:

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

6 lines (5 loc) 225 B
import { IntrospectionField, IntrospectionType } from 'graphql'; export default function (field: IntrospectionField, types: IntrospectionType[], generateDefaultFragments: boolean): { method: string; props: string; };