OBJECT

EquipHeroAssetsPayload

EquipHeroAssetsPayload is the response after equipping the assets on the hero.

link GraphQL Schema definition

1type EquipHeroAssetsPayload {
2
3# The error that occured.
4# Null if the operation was successful.
5error: EquipHeroAssetsError
6
7# The hero after equipping - null if error.
8hero: Hero
9
10}