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

pageImageUpdate(
alt: String!
id: ID!
image: Upload!
): PageImageUpdate

Arguments

pageImageUpdate.alt ● String! non-null scalar

Alt text for the image.

pageImageUpdate.id ● ID! non-null scalar

ID of the page to update.

pageImageUpdate.image ● Upload! non-null scalar

Represents an image file in a multipart request

Type

PageImageUpdate object

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

Was this page helpful?