Undo sorting of newsfeed

This commit is contained in:
Grzegorz Leoniec 2019-03-06 18:49:53 +01:00
parent ab7c857750
commit cd50d80671
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -92,7 +92,7 @@ export default {
query() {
return gql(`
query Post($first: Int, $offset: Int) {
Post(first: $first, offset: $offset, orderBy: createdAt_desc) {
Post(first: $first, offset: $offset) {
id
title
contentExcerpt