remove order by for now on the main page to prevent an explosion (order by is still an issue with the used package)

This commit is contained in:
Grzegorz Leoniec 2018-10-16 14:43:17 +02:00
parent 17c9825a81
commit 9924bd7b82

View File

@ -46,7 +46,7 @@ export default {
Post: {
query: gql(`
query {
Post(first:10, orderBy: shoutedCount_desc) {
Post(first:10) {
id
title
contentExcerpt