--- title: AuthorInput - GraphQL Admin description: >- The input fields for an author. Either the `name` or `user_id` fields can be supplied, but never both. 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/AuthorInput' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/AuthorInput.txt --- # Author​Input input\_object The input fields for an author. Either the `name` or `user_id` fields can be supplied, but never both. ## Fields * name [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The author's full name. * user​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) The ID of a staff member's account. *** ## Input objects using this input * [Article​Create​Input.​author](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleCreateInput#field-author) INPUT OBJECT The input fields to create an article. * [Article​Update​Input.​author](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleUpdateInput#field-author) INPUT OBJECT The input fields to update an article. *** ## Map ### Input objects using this input * [Article​Create​Input.author](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleCreateInput#field-author) * [Article​Update​Input.author](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ArticleUpdateInput#field-author)