Skip to content

Commit 9df3dba

Browse files
committed
remove misleading description from PageInput.page_size
1 parent 059396c commit 9df3dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "strawberry_vercajk"
3-
version = "0.1.35"
3+
version = "0.1.36"
44
description = ""
55
authors = ["vojtech <[email protected]>"]
66
readme = "README.md"

strawberry_vercajk/_list/graphql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class PageInput:
9090
)
9191
page_size: int = strawberry.field(
9292
default=10,
93-
description=f"Number of items returned. Minimum value is 1, maximum is {app_settings.LIST.MAX_PAGE_SIZE}.",
93+
description="Number of items returned.",
9494
)
9595

9696
@classmethod

0 commit comments

Comments
 (0)