ResolverControllerOptions
@tsed/typegraphql
Usage
typescript
import { ResolverControllerOptions } from "@tsed/typegraphql";See /packages/graphql/typegraphql/src/decorators/resolver.ts.
Overview
ts
interface ResolverControllerOptions {
id?: string;
}id
ts
id?: string;