import { GraphQLField, GraphQLSchema } from 'graphql'; import { GQLTemplateField, GQLDocsGenOptions } from './types'; export default function getFields(field: GraphQLField, schema: GraphQLSchema, depth: number, options: GQLDocsGenOptions): GQLTemplateField;