# StaffName

The names of the staff member

| Field             |                                                                                                 Argument | Type                                                                                            | Description |
| ----------------- | -------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------------------------- | ----------- |
| **first**         |    [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The person's given name                                                                         |             |
| **middle**        |    [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The person's middle name                                                                        |             |
| **last**          |    [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The person's surname                                                                            |             |
| **full**          |    [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The person's first and last name                                                                |             |
| **native**        |    [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The person's full name in their native language                                                 |             |
| **alternative**   | \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Other names the staff member might be referred to as (pen names)                                |             |
| **userPreferred** |    [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The currently authenticated users preferred name language. Default romaji for non-authenticated |             |
