Skip to main content

pageImageUpdate

Creates a featured image for the given page. This mutation must be sent as a 'multipart' request. See: https://github.com/jaydenseric/graphql-multipart-request-spec

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

Arguments

pageImageUpdate.id ● ID! non-null scalar

pageImageUpdate.image ● Upload! non-null scalar

pageImageUpdate.alt ● String! non-null scalar

Type

PageImageUpdate object

Result of page image update mutation.

Was this page helpful?