Handle data

This commit is contained in:
samaradel
2021-02-23 17:07:40 +02:00
parent 94af16eefe
commit 1940a5bf3c
3 changed files with 0 additions and 5 deletions

View File

@@ -79,9 +79,7 @@
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)

View File

@@ -44,10 +44,8 @@ query ($private: Int){
}
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

View File

@@ -59,7 +59,6 @@
excerpt
image(width:800)
path
humanTime : startdate(format:"DD MMM YYYY")
datetime : created
}