Skip to main content

pageUpdate Mutation

Updates an existing page.

Requires the MANAGE_PAGESpermission.
pageUpdate(
id: ID!
input: PageInput!
): PageUpdate
Show return type

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.