import { IntrospectionType, IntrospectionTypeRef } from 'graphql'; export default function generateResultTypeFields(type: IntrospectionTypeRef, allTypes: IntrospectionType[]): string[];