PageUpdate
Updates an existing page.
type PageUpdate {
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
page: Page
}
Fields
PageUpdate.pageErrors ● [PageError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
PageUpdate.errors ● [PageError!]! non-null object
PageUpdate.page ● Page object
Returned by
pageUpdate mutation
Was this page helpful?