UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

7 lines (6 loc) 145 B
export interface ResolverMetadata { name: string; type: string; methodName: string; callback?: Function | Record<string, any>; }