Add contentExcerpt to CreatePost Mutation

This commit is contained in:
Matt Rider 2019-06-26 13:53:11 -03:00
parent d714927315
commit 46b83c540d

View File

@ -57,6 +57,7 @@ type Mutation {
updatedAt: String updatedAt: String
language: String language: String
categories: [ID] categories: [ID]
contentExcerpt: String
): Post ): Post
} }