import { IntrospectionField } from 'graphql'; export default function (field: IntrospectionField): { method: string; props: string; };