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

@@ -23,9 +23,9 @@
<page-query>
query($page:Int) {
query{
entries: allBlog(perPage: 10, page: $page, sortBy: "created", order: DESC) @paginate {
entries: allBlog(sortBy: "created", order: DESC) {
totalCount
pageInfo {
totalPages