Skip to main content

PageImageUpdate

Creates a featured image for the given page.This mutation must be sent as a 'multipart' request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec

type PageImageUpdate {
page: Page
pageErrors: [PageError!]!
}

Fields

PageImageUpdate.page ● Page object

An updated page instance.

PageImageUpdate.pageErrors ● [PageError!]! non-null object

Returned By

pageImageUpdate mutation

Was this page helpful?