UNPKG

openapi-to-graphql-nullable

Version:

Fork of openapi-to-graphql that fixes nullable handling. Published to NPM since there's no other easy way to consume a Lerna package. Unmaintained.

9 lines (8 loc) 207 B
/** * Utilities related to GraphQL. */ import { GraphQLObjectType } from 'graphql'; /** * Returns empty GraphQLObjectType. */ export declare function getEmptyObjectType(name: string): GraphQLObjectType;