mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Use pagination container
This commit is contained in:
@@ -232,7 +232,10 @@ type PageInfo {
|
||||
"""
|
||||
Indicates that there are more nodes after this subset.
|
||||
"""
|
||||
hasNextPage: Boolean!
|
||||
hasNextPage: Boolean
|
||||
hasPreviousPage: Boolean
|
||||
startCursor: Cursor
|
||||
endCursor: Cursor
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user