# ArticleImageInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for an image associated with an article. ### Access Scopes ## Fields * [altText](/docs/api/admin-graphql/2024-10/scalars/String): String - A word or phrase to share the nature or contents of an image. * [url](/docs/api/admin-graphql/2024-10/scalars/String): String - The URL of the image. ## Input objects with this input object * [ArticleCreateInput](/docs/api/admin-graphql/2024-10/input-objects/ArticleCreateInput) * [ArticleUpdateInput](/docs/api/admin-graphql/2024-10/input-objects/ArticleUpdateInput) ## Examples