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