query($id: ID!, $page:Int) { project(id: $id) { id title status countries startDate : startdate(format:"MM YYYY") humanTime : created(format:"DD MMMM YYYY") datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ") image(width:150, height:150) image_caption logo cities timeToRead path timeToRead linkedin tags { id title path } members websites private rank excerpt content belongsTo(perPage: 5, page: $page) @paginate { totalCount pageInfo { totalPages currentPage } edges { node { ... on Person { name } } } } } }