feat: save page - updated + page history

This commit is contained in:
NGPixel
2018-07-22 21:13:01 -04:00
parent 076e923d48
commit 803d86ff63
11 changed files with 289 additions and 53 deletions

View File

@@ -52,6 +52,7 @@ type PageMutation {
content: String
description: String
editor: String
isPrivate: Boolean
isPublished: Boolean
locale: String
path: String
@@ -59,7 +60,7 @@ type PageMutation {
publishStartDate: Date
tags: [String]
title: String
): DefaultResponse
): PageResponse
delete(
id: Int!