UNPKG

type-graphql

Version:

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

3 lines (2 loc) 148 B
export type ParameterDecorator = (target: Object, propertyKey: string | symbol, // Removed 'undefined' from TS 5.0 parameterIndex: number) => void;