# StaffNameInput

The names of the staff member

| Field           | 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                            |
| **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 character might be referred by  |
