OBJECT
CharacterPagination
link GraphQL Schema definition
- type CharacterPagination {
- # List of items on the current page
- : [Character]
- # Number of total items selected by the query
- : Int!
- # Number of items returned per page
- : Int!
- # Current page of the cursor
- : Int!
- # Number of the first item returned
- : Int
- # Number of the last item returned
- : Int
- # The last page (number of pages)
- : Int!
- # Determines if cursor has more pages after the current page
- : Boolean!
- }
link Require by
- CharacterDataThe CharacterData object enables the retrieval of single characters or filtered collections of characters.
- GuildA single guild. Guilds earn their own rankings and contain characters. They may correspond to a guild in-game or be a custom guild created just to hold reports and rankings.
- ServerA single server. Servers correspond to actual game servers that characters and guilds reside on.