UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 246 B
import { GraphQLInputObjectType, GraphQLObjectType, GraphQLSchema } from 'graphql'; import { Type } from '../types'; export declare function transformGraphQLObject(schema: GraphQLSchema, object: GraphQLObjectType | GraphQLInputObjectType): Type;