We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c67499 commit 09acc58Copy full SHA for 09acc58
src/libs/api/graphql/paginated.graphql-response.base.ts
@@ -1,6 +1,5 @@
1
import { Field, ObjectType, Int } from '@nestjs/graphql';
2
import { Type } from '@nestjs/common';
3
-// count limit page
4
5
export interface IPaginatedType<T> {
6
data: T[];
0 commit comments