query {
projects: allProject {
edges {
node {
id
title
path
members {
id
name
image(width:64, height:64, fit:inside)
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
author {
id
image(width:64, height:64, fit:inside)
path
}
}
}
}
people: allPerson {
edges {
node {
id
path
excerpt
content
name
rank
memberships
bio
linkedin
websites
project_ids
countries
cities
image(width:800)
private
}
}
}
blogs: allBlog {
edges {
node {
id
name
title
team
rank
excerpt
image(width:800)
path
timeToRead
humanTime : created(format:"DD MMM YYYY")
datetime : created
author {
id
name
image(width:64, height:64, fit:inside)
path
}
}
}
}
}