From 46b83c540d80d0edd5949aaf9ce64966678d155d Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Wed, 26 Jun 2019 13:53:11 -0300 Subject: [PATCH] Add contentExcerpt to CreatePost Mutation --- backend/src/schema/types/schema.gql | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/schema/types/schema.gql b/backend/src/schema/types/schema.gql index 6a6191313..3955da8a2 100644 --- a/backend/src/schema/types/schema.gql +++ b/backend/src/schema/types/schema.gql @@ -57,6 +57,7 @@ type Mutation { updatedAt: String language: String categories: [ID] + contentExcerpt: String ): Post }