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