Skip to main content

pageUpdate Mutation

Updates an existing page.

Requires the MANAGE_PAGESpermission.
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.

Requires the MANAGE_PAGESpermission.