From 50d37beeb51c95aaead8b3ef2c946189a066486e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 17 Dec 2021 23:29:10 +0100 Subject: chore: create mutation to add a new comment on posts --- src/services/graphql/post.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/services/graphql/post.ts') diff --git a/src/services/graphql/post.ts b/src/services/graphql/post.ts index 245bf7a..08411bf 100644 --- a/src/services/graphql/post.ts +++ b/src/services/graphql/post.ts @@ -65,6 +65,7 @@ const fetchPostBySlug: FetchPostByReturn = async (slug: string) => { afterMore beforeMore } + databaseId date featuredImage { node { -- cgit v1.2.3