fix(server): default page owner (#10015)

This commit is contained in:
forehalo
2025-02-07 07:31:56 +00:00
parent 9fd547d484
commit 4b1c931503
7 changed files with 97 additions and 36 deletions
-5
View File
@@ -699,11 +699,6 @@ input PaginationInput {
"""returns the elements in the list that come after the specified cursor."""
after: String
"""
returns the elements in the list that come before the specified cursor.
"""
before: String
"""returns the first n elements from the list."""
first: Int = 10