# MediaImage - admin-graphql - OBJECT
Version: 2025-01

## Description
An image hosted on Shopify.

### Access Scopes
`read_products` access scope, `read_files` access scope, `read_themes` access scope, `read_orders` access scope, `read_draft_orders` access scope or `read_images` access scope.


## Fields
* [alt](/docs/api/admin-graphql/2025-01/scalars/String): String - A word or phrase to share the nature or contents of a media.
* [createdAt](/docs/api/admin-graphql/2025-01/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the file was created.
* [fileErrors](/docs/api/admin-graphql/2025-01/objects/FileError): FileError! - Any errors that have occurred on the file.
* [fileStatus](/docs/api/admin-graphql/2025-01/enums/FileStatus): FileStatus! - The status of the file.
* [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID.
* [image](/docs/api/admin-graphql/2025-01/objects/Image): Image - The image for the media. Returns `null` until `status` is `READY`.
* [mediaContentType](/docs/api/admin-graphql/2025-01/enums/MediaContentType): MediaContentType! - The media content type.
* [mediaErrors](/docs/api/admin-graphql/2025-01/objects/MediaError): MediaError! - Any errors which have occurred on the media.
* [mediaWarnings](/docs/api/admin-graphql/2025-01/objects/MediaWarning): MediaWarning! - The warnings attached to the media.
* [metafield](/docs/api/admin-graphql/2025-01/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data),
including its `namespace` and `key`, that's associated with a Shopify resource
for the purposes of adding and storing additional information.
* [mimeType](/docs/api/admin-graphql/2025-01/scalars/String): String - The MIME type of the image.
* [originalSource](/docs/api/admin-graphql/2025-01/objects/MediaImageOriginalSource): MediaImageOriginalSource - The original source of the image.
* [preview](/docs/api/admin-graphql/2025-01/objects/MediaPreviewImage): MediaPreviewImage - The preview image for the media.
* [status](/docs/api/admin-graphql/2025-01/enums/MediaStatus): MediaStatus! - Current status of the media.
* [updatedAt](/docs/api/admin-graphql/2025-01/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the file was last updated.

## Connections
* [metafields](/docs/api/admin-graphql/2025-01/connections/MetafieldConnection): MetafieldConnection!



## Related queries

## Related mutations

## Related Unions
* [MetafieldReference](/docs/api/admin-graphql/2025-01/unions/MetafieldReference) The resource referenced by the metafield value.

## Examples