fix: adjusted pageInfo

This commit is contained in:
Wyatt Johnson
2018-07-11 14:24:51 -06:00
parent 5118d5ae58
commit bfede26ddd
3 changed files with 116 additions and 56 deletions
@@ -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
}