UNPKG

graphql-composer

Version:
5 lines (4 loc) 136 B
import { KeyValue, GQLType } from ".."; export declare class TypeResolver { static resolve(obj: KeyValue, types: GQLType[]): any; }