MediaUpdateInput Input
Description
Input fields for updating media metadata including title, alt text, and caption.
Declaration
input MediaUpdateInput {
alt: String
caption: String
title: String
}
Fields
| Name | Type | Description |
|---|---|---|
alt | String | Alternative text for the media item, used for accessibility and SEO. |
caption | String | Caption or description text for the media item. |
title | String | Title or name of the media item. |