pageUpdate Mutation
Updates an existing page.
pageUpdate(
id: ID!
input: PageInput!
): PageUpdate
Details
type PageUpdate {
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
page: Page
}
Arguments
id ● ID!
ID of a page to update.
input ● PageInput!
Fields required to update a page.
Type
PageUpdate
Updates an existing page.