import { GraphQLScalarType, GraphQLEnumType } from "graphql"; import { LegacyCompilerContext } from "apollo-codegen-core/lib/compiler/legacyIR"; import { GraphQLType } from "graphql"; export declare function possibleTypesForType(context: LegacyCompilerContext, type: GraphQLType): readonly import("graphql").GraphQLObjectType[] | (GraphQLScalarType | import("graphql").GraphQLObjectType | GraphQLEnumType | import("graphql").GraphQLInputObjectType | import("graphql").GraphQLList | import("graphql").GraphQLNonNull)[]; export declare function typeNameFromGraphQLType(context: LegacyCompilerContext, type: GraphQLType, bareTypeName?: string, isOptional?: boolean, isInputObject?: boolean): string; //# sourceMappingURL=types.d.ts.map