Optional
__typename?: "User"Optional
battleThe battle tag of the user if they have linked it.
Optional
characters?: Maybe<Maybe<Character>[]>The characters claimed by this user. Only accessible via user authentication when you have the "view-user-profile" scope.
Optional
guilds?: Maybe<Maybe<Guild>[]>The list of guilds to which the user belongs. Only accessible via user authentication when you have the "view-user-profile" scope.
The ID of the user.
The name of the user.
A single user of the site. Most fields can only be accessed when authenticated as that user with the "view-user-profile" scope.