OBJECT
HeroConfiguration
Represents the user's Hero configuration.
link GraphQL Schema definition
1 type HeroConfiguration { 2 3 # What assets the user has equipped. 4 : [HeroAsset!] 5 6 # Which skeleton the user employed. 7 : HeroSkeleton 8 9 # What color was applied to that skeleton. 10 : String 11 12 }