Handle data
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -59,7 +59,6 @@
|
|||||||
excerpt
|
excerpt
|
||||||
image(width:800)
|
image(width:800)
|
||||||
path
|
path
|
||||||
humanTime : startdate(format:"DD MMM YYYY")
|
|
||||||
datetime : created
|
datetime : created
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user