query ($private: Int){ entries: allProject (sortBy: "rank", order: DESC, filter: { private: { ne: $private }}){ totalCount edges { node { title path members { id name image(width:64, height:64, fit:inside) path }, tags { id title path } 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 } } } }