--- title: ArticleImageInput - GraphQL Admin description: The input fields for an image associated with an article. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/articleimageinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/articleimageinput.md --- # 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/latest/scalars/String) A word or phrase to share the nature or contents of an image. * url [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The URL of the image. *** ## Input objects using this input * [Article​Create​Input.image](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ArticleCreateInput#fields-image) INPUT OBJECT The input fields to create an article. * [Article​Update​Input.image](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ArticleUpdateInput#fields-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/latest/input-objects/ArticleCreateInput#fields-image) * [Article​Update​Input.image](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ArticleUpdateInput#fields-image)