# AuthorInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for an author. Either the `name` or `user_id` fields can be supplied, but never both. ### Access Scopes ## Fields * [name](/docs/api/admin/unstable/scalars/String): String - The author's full name. * [userId](/docs/api/admin/unstable/scalars/ID): ID - The ID of a staff member's account. ## Input objects with this input object * [ArticleCreateInput](/docs/api/admin/unstable/input-objects/ArticleCreateInput) * [ArticleUpdateInput](/docs/api/admin/unstable/input-objects/ArticleUpdateInput) ## Examples