UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

11 lines 350 B
import { GraphQLEnumType } from 'graphql'; import { EnumMetadata } from '../metadata'; export interface EnumDefinition { enumRef: object; type: GraphQLEnumType; } export declare class EnumDefinitionFactory { create(metadata: EnumMetadata): EnumDefinition; private getEnumValues; } //# sourceMappingURL=enum-definition.factory.d.ts.map