2018-07-23 01:13:01 +00:00
|
|
|
mutation ($id: Int!, $content: String, $description: String, $editor: String, $isPrivate: Boolean, $isPublished: Boolean, $locale: String, $path: String, $publishEndDate: Date, $publishStartDate: Date, $tags: [String], $title: String) {
|
|
|
|
pages {
|
|
|
|
update(id: $id, content: $content, description: $description, editor: $editor, isPrivate: $isPrivate, isPublished: $isPublished, locale: $locale, path: $path, publishEndDate: $publishEndDate, publishStartDate: $publishStartDate, tags: $tags, title: $title) {
|
|
|
|
responseResult {
|
|
|
|
succeeded
|
|
|
|
errorCode
|
|
|
|
slug
|
|
|
|
message
|
|
|
|
}
|
2020-03-21 23:18:08 +00:00
|
|
|
page {
|
|
|
|
updatedAt
|
|
|
|
}
|
2018-07-23 01:13:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|