Use pagination container

This commit is contained in:
Chi Vinh Le
2018-07-02 19:13:13 -03:00
parent 4494ac8900
commit 796d24db3d
11 changed files with 148 additions and 43 deletions
@@ -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
}
"""