PageUpdate
Result of page update mutation.
type PageUpdate {
page: Page
pageErrors: [PageError!]!
}
Fields
PageUpdate.page ● Page object
The page.
PageUpdate.pageErrors ● [PageError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
pageUpdate mutation