Skip to content

Commit 6234079

Browse files
aleksey-tkdoug-martin
authored andcommitted
FIx imports for disabling paging example
1 parent 791f15f commit 6234079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/graphql/paging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ To disable paging all you can set the `pagingStrategy` option using the `@QueryO
673673
`PagingStrategies.NONE`.
674674

675675
```ts title="todo-item.dto.ts" {5}
676-
import { FilterableField, IDField, QueryOptions } from '@nestjs-query/query-graphql';
676+
import { FilterableField, IDField, QueryOptions, PagingStrategies } from '@nestjs-query/query-graphql';
677677
import { ObjectType, ID, GraphQLISODateTime } from '@nestjs/graphql';
678678

679679
@ObjectType('TodoItem')

0 commit comments

Comments
 (0)