UNPKG

214 BTypeScriptView Raw
1import { EnumValuesMap, ParsedEnumValuesMap } from './types';
2import { GraphQLSchema } from 'graphql';
3export declare function parseEnumValues(schema: GraphQLSchema, mapOrStr?: EnumValuesMap): ParsedEnumValuesMap;