UNPKG

246 BTypeScriptView Raw
1import { GraphQLInputObjectType, GraphQLObjectType, GraphQLSchema } from 'graphql';
2import { Type } from '../types';
3export declare function transformGraphQLObject(schema: GraphQLSchema, object: GraphQLObjectType | GraphQLInputObjectType): Type;