summaryrefslogtreecommitdiffstats
path: root/src/services/graphql/post.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-17 23:29:10 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-17 23:48:06 +0100
commit50d37beeb51c95aaead8b3ef2c946189a066486e (patch)
tree61b812d884251767e3ffd4a99d76968d680f9bd0 /src/services/graphql/post.ts
parentefed6c0a820c5c47e097fa29455157bbd318ffca (diff)
chore: create mutation to add a new comment on posts
Diffstat (limited to 'src/services/graphql/post.ts')
-rw-r--r--src/services/graphql/post.ts1
1 files changed, 1 insertions, 0 deletions
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 {