Skip to content

Commit

Permalink
[doc] fix typo (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax authored Jan 24, 2025
1 parent 1079fa6 commit 019141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ The following attributes/methods can be accessed in the `OffsetPaginated` class:
- `pagination`: The `OffsetPaginationInput` object, with the `offset` and `limit` for pagination
- `get_total_count()`: Returns the total count of elements in the queryset without pagination
- `get_paginated_queryset()`: Returns the queryset with pagination applied
- `resolve_paginated(queryset, *, info, pagiantion, **kwargs)`: The classmethod that
- `resolve_paginated(queryset, *, info, pagination, **kwargs)`: The classmethod that
strawberry-django calls to create an instance of the `OffsetPaginated` class/subclass.

## Cursor pagination (aka Relay style pagination)
Expand Down

0 comments on commit 019141a

Please sign in to comment.