import { IntrospectionField, IntrospectionType } from 'graphql'; export default function (field: IntrospectionField, types: IntrospectionType[]): { method: string; props: string; };