query($page:Int) { entries: allProject(perPage: 10, page: $page, sortBy: "rank", order: DESC) @paginate { totalCount pageInfo { totalPages currentPage } edges { node { title path members rank linkedin startDate : startdate(format:"MM YYYY") humanTime : created(format:"DD MMMM YYYY") datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ") status excerpt image(width:800) path timeToRead author { id image(width:64, height:64, fit:inside) path } } } } }