UNPKG

@graphql-mesh/openapi

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