We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8b9c5 commit 417c115Copy full SHA for 417c115
content/graphql/resolvers-map.md
@@ -408,7 +408,7 @@ We saw one use of generics above. This powerful TypeScript feature can be used t
408
import { Field, ObjectType, Int } from '@nestjs/graphql';
409
import { Type } from '@nestjs/common';
410
411
-export function Paginated<T>(classRef: Type<T>) {
+export function Paginated<T>(classRef: Type<T>): any {
412
@ObjectType(`${classRef.name}Edge`)
413
abstract class EdgeType {
414
@Field((type) => String)
0 commit comments