OBJECT

HeroConfiguration

Represents the user's Hero configuration.

link GraphQL Schema definition

1type HeroConfiguration {
2
3# What assets the user has equipped.
4assets: [HeroAsset!]
5
6# Which skeleton the user employed.
7skeleton: HeroSkeleton
8
9# What color was applied to that skeleton.
10skeletonColor: String
11
12}