Skip to main content
Version: 3.x

pageUpdate

Updates an existing page.

Requires MANAGE_PAGESpermission.
pageUpdate(
id: ID!
input: PageInput!
): PageUpdate

Arguments

pageUpdate.id ● ID! non-null scalar

ID of a page to update.

pageUpdate.input ● PageInput! non-null input

Fields required to update a page.

Type

PageUpdate object

Updates an existing page.

Requires MANAGE_PAGESpermission.

Was this page helpful?