You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/graphql/paging.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,7 @@ export class TodoItemDTO {
36
36
37
37
## Cursor Based Paging
38
38
39
-
By default `nestjs-query` will expose all query many endpoints as cursor based [`connections`](https://relay
40
-
.dev/graphql/connections.htm) that you can use to page through results.
39
+
By default `nestjs-query` will expose all query many endpoints as cursor based [`connections`](https://relay.dev/graphql/connections.htm) that you can use to page through results.
41
40
42
41
:::note
43
42
When using cursor based connections you are not tied to any particular implementation described below, because of the opaque
0 commit comments