Allow changing byline in update api

This commit is contained in:
Hongbo Wu
2022-11-24 16:25:27 +08:00
parent eb345ba393
commit 319c0c4bcd
5 changed files with 6 additions and 8 deletions

View File

@ -1832,6 +1832,7 @@ enum UpdatePageErrorCode {
}
input UpdatePageInput {
byline: String
description: String
pageId: ID!
title: String