fiexes to person page

This commit is contained in:
hamdy
2020-11-13 16:49:31 +02:00
parent 0d0f461fab
commit 2eedf5bc96
2 changed files with 15 additions and 1 deletions

View File

@@ -113,6 +113,20 @@
image(width:64, height:64, fit:inside)
path
}
},
... on Project {
title
excerpt
image(width:800)
path
humanTime : startdate(format:"DD MMM YYYY")
datetime : created
author {
id
name
image(width:64, height:64, fit:inside)
path
}
}
}
}