---
title: ImageInput - GraphQL Admin
description: The input fields for an image.
api_version: unstable
api_name: admin
source_url:
  html: 'https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ImageInput'
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ImageInput.md
---

# Image​Input

input\_object

The input fields for an image.

## Fields

* alt​Text

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  A word or phrase to share the nature or contents of an image.

* id

  [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

  A globally-unique ID.

* src

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The URL of the image. May be a staged upload URL.

***

## Input objects using this input

* [Collection​Input.image](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/CollectionInput#fields-image)

  INPUT OBJECT

  The input fields required to create a collection.

***

## Map

### Input objects using this input

* [Collection​Input.image](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/CollectionInput#fields-image)
