mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
fix(server): default page owner (#10015)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user