UNPKG

type-graphql

Version:

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

3 lines (2 loc) 168 B
import { type MethodAndPropDecorator } from "./types.js"; export declare function Directive(sdl: string): MethodAndPropDecorator & ClassDecorator & ParameterDecorator;