--- title: ArticleImageInput - GraphQL Admin description: The input fields for an image associated with an article. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleImageInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleImageInput.txt --- # Article​Image​Input input\_object The input fields for an image associated with an article. ## Fields * alt​Text [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) A word or phrase to share the nature or contents of an image. * url [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The URL of the image. *** ## Input objects using this input * [Article​Create​Input.​image](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleCreateInput#field-image) INPUT OBJECT The input fields to create an article. * [Article​Update​Input.​image](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleUpdateInput#field-image) INPUT OBJECT The input fields to update an article. *** ## Map ### Input objects using this input * [Article​Create​Input.image](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleCreateInput#field-image) * [Article​Update​Input.image](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleUpdateInput#field-image)