UNPKG

type-graphql

Version:

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

6 lines (5 loc) 103 B
export interface AuthorizedMetadata { target: Function; fieldName: string; roles: any[]; }