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) { project(id: $id) {
id id
title title
status
countries countries
startDate : startdate(format:"MM YYYY")
humanTime : created(format:"DD MMMM YYYY") humanTime : created(format:"DD MMMM YYYY")
datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ") datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ")
image(width:150, height:150) image(width:150, height:150)

View File

@@ -44,10 +44,8 @@ query ($private: Int){
} }
rank rank
linkedin linkedin
startDate : startdate(format:"MM YYYY")
humanTime : created(format:"DD MMMM YYYY") humanTime : created(format:"DD MMMM YYYY")
datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ") datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ")
status
excerpt excerpt
image(width:800) image(width:800)
path path

View File

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