diff options
Diffstat (limited to 'src/services/graphql')
| -rw-r--r-- | src/services/graphql/queries.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/services/graphql/queries.ts b/src/services/graphql/queries.ts index a40446e..1cbb616 100644 --- a/src/services/graphql/queries.ts +++ b/src/services/graphql/queries.ts @@ -168,7 +168,7 @@ export const getPostBySlug = async (slug: string): Promise<Article> => {            }          }          commentCount -        comments { +        comments(where: { order: ASC, orderby: COMMENT_DATE }) {            nodes {              approved              author { | 
