fiexes to person page
This commit is contained in:
@@ -113,6 +113,20 @@
|
|||||||
image(width:64, height:64, fit:inside)
|
image(width:64, height:64, fit:inside)
|
||||||
path
|
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
tag(id: $id) {
|
tag(id: $id) {
|
||||||
title
|
title
|
||||||
path
|
path
|
||||||
belongsTo(perPage: 5, page: $page) @paginate {
|
belongsTo(perPage: 10, page: $page) @paginate {
|
||||||
totalCount
|
totalCount
|
||||||
pageInfo {
|
pageInfo {
|
||||||
totalPages
|
totalPages
|
||||||
|
|||||||
Reference in New Issue
Block a user