Skip to content

Commit

Permalink
chore: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NansD committed Feb 24, 2023
1 parent 3c67499 commit 09acc58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/api/graphql/paginated.graphql-response.base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Field, ObjectType, Int } from '@nestjs/graphql';
import { Type } from '@nestjs/common';
// count limit page

export interface IPaginatedType<T> {
data: T[];
Expand Down

0 comments on commit 09acc58

Please sign in to comment.