OBJECT

SetHeroAsAvatarPayload

SetHeroAsAvatarPayload is the response after setting the avatar.

link GraphQL Schema definition

1type SetHeroAsAvatarPayload {
2
3# The error that occured.
4# Null if the operation was successful.
5error: SetHeroAsAvatarError
6
7# The user object post mutation - null if error.
8user: User
9
10}