Connections
Connections in the AniList GraphQL API.
Edges
Example
{
Media {
characters(page: 1) {
edges { # Array of character edges
role
voiceActors { # Array of voice actors of this character for the anime
id
name {
first
last
}
}
}
}
}
}Nodes
Last updated