query($page:Int) { entries: allProject(perPage: 40, page: $page) @paginate { totalCount pageInfo { totalPages currentPage } edges { node { title 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 } } } } }