UNPKG

type-graphql

Version:

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

7 lines (6 loc) 161 B
export class InvalidDirectiveError extends Error { constructor(msg) { super(msg); Object.setPrototypeOf(this, new.target.prototype); } }