OBJECT
PageInfo object as described by the Relay connections spec
type PageInfo {hasPreviousPage: Boolean! hasNextPage: Boolean! firstCursor: String lastCursor: String }