Skip to content

Commit 28b02c7

Browse files
ruiluntrandoug-martin
authored andcommitted
Fixed link typo
1 parent 9ea465e commit 28b02c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/docs/graphql/paging.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ export class TodoItemDTO {
3636

3737
## Cursor Based Paging
3838

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.
4140

4241
:::note
4342
When using cursor based connections you are not tied to any particular implementation described below, because of the opaque

0 commit comments

Comments
 (0)