people page

This commit is contained in:
hamdy
2020-11-10 17:38:05 +02:00
parent c8c2d9d882
commit c598d63ae7
6 changed files with 89 additions and 152 deletions

View File

@@ -77,13 +77,20 @@
<page-query>
query($id: ID!, $page:Int) {
person(id: $id) {
name
path
bio
image(width:150, height:150)
linkedin
content
belongsTo(perPage: 5, page: $page) @paginate {
path
content
name
rank
memberships
bio
linkedin
websites
project_ids
countries
cities
private
image(width:150, height:150)
belongsTo(perPage: 5, page: $page) @paginate {
totalCount
pageInfo {
totalPages