# CharacterEdge

Character connection edge

| Field               |                                                                                                               Argument | Type                                                                  | Description |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------- | ----------- |
| **node**            |            [Character](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/character/README.md) |                                                                       |             |
| **id**              |                        [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The id of the connection                                              |             |
| **role**            |      [CharacterRole](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/characterrole/README.md) | The characters role in the media                                      |             |
| **name**            |                  [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Media specific character name                                         |             |
| **voiceActors**     |                 \[[Staff](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/staff/README.md)] | The voice actors of the character                                     |             |
| language            |      [StaffLanguage](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/stafflanguage/README.md) |                                                                       |             |
| sort                |           \[[StaffSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/staffsort/README.md)] |                                                                       |             |
| **voiceActorRoles** | \[[StaffRoleType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/staffroletype/README.md)] | The voice actors of the character with role date                      |             |
| language            |      [StaffLanguage](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/stafflanguage/README.md) |                                                                       |             |
| sort                |           \[[StaffSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/staffsort/README.md)] |                                                                       |             |
| **media**           |                 \[[Media](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/media/README.md)] | The media the character is in                                         |             |
| **favouriteOrder**  |                        [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The order the character should be displayed from the users favourites |             |
