CharacterConnection

@Serializable
data class CharacterConnection(val edges: List<CharacterEdge>? = null, val nodes: List<Character>, val pageInfo: PageInfo)

Constructors

Link copied to clipboard
constructor(edges: List<CharacterEdge>? = null, nodes: List<Character>, pageInfo: PageInfo)

Properties

Link copied to clipboard
val edges: List<CharacterEdge>? = null
Link copied to clipboard
Link copied to clipboard