mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
fix: adjusted pageInfo
This commit is contained in:
@@ -233,8 +233,20 @@ type PageInfo {
|
||||
Indicates that there are more nodes after this subset.
|
||||
"""
|
||||
hasNextPage: Boolean
|
||||
|
||||
"""
|
||||
Included for legacy Relay reasons. Always set to false.
|
||||
"""
|
||||
hasPreviousPage: Boolean
|
||||
|
||||
"""
|
||||
Included for legacy Relay reasons. Always set to null.
|
||||
"""
|
||||
startCursor: Cursor
|
||||
|
||||
"""
|
||||
Specifies the last node's cursor for forwards pagination.
|
||||
"""
|
||||
endCursor: Cursor
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user