MediaUpdateInput
No description
input MediaUpdateInput {
alt: String
title: String
image: Upload
}
Fields
MediaUpdateInput.alt ● String scalar
Alt text for an image.
MediaUpdateInput.title ● String scalar
Title for the media object.
MediaUpdateInput.image ● Upload scalar
Represents an image file for this media object.
Member Of
mediaUpdate mutation