UNPKG

type-graphql

Version:

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

3 lines (2 loc) 136 B
import { type ParameterDecorator } from "../typings/index.js"; export declare function Root(propertyName?: string): ParameterDecorator;