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