removed pagination

This commit is contained in:
hamdy
2020-11-17 19:19:29 +02:00
parent 1224afb9bc
commit 560092d486
3 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@
<page-query>
query($page:Int) {
entries: allPerson(page: $page) {
query {
entries: allPerson {
totalCount
edges {
node {