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