Skip to main content
Version: Canary 🚧

PageUpdate

Updates an existing page.

Requires MANAGE_PAGESpermission.
type PageUpdate {
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
page: Page
}

Fields

PageUpdate.pageErrors ● [PageError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PageUpdate.errors ● [PageError!]! non-null object

PageUpdate.page ● Page object

Returned by

pageUpdate mutation


Was this page helpful?