import { GraphQLInterfaceType, GraphQLObjectType, GraphQLInputObjectType } from 'graphql'; import { RenderContext } from '../common/RenderContext'; import { FieldMap } from '../../runtime/_types'; export declare const objectType: (type: GraphQLObjectType | GraphQLInterfaceType | GraphQLInputObjectType, ctx: RenderContext) => FieldMap; //# sourceMappingURL=objectType.d.ts.map