UNPKG

@eddeee888/gcg-typescript-resolver-files

Version:

This [GraphQL Code Generator](https://www.the-guild.dev/graphql/codegen) plugin creates resolvers given GraphQL schema.

5 lines (4 loc) 155 B
import type { GraphQLTypeHandler } from './types'; export declare const handleGraphQLEnumType: GraphQLTypeHandler<null, { allowedValues: string[]; }>;