Person store settings
input PersonStoreInput {
# Store name
storeName: String
# Is store name public
isStoreNamePublic: Boolean
# Is items on sale public
isItemsOnSalePublic: Boolean
# Is trade history public
isTradeHistoryPublic: Boolean
# Is achievements public
isAchievementsPublic: Boolean
# Store avatar
avatar: AvatarType
# Store banner
banner: BannerType
# Custom avatar
customAvatar: FileUpload
# Custom avatar in base64
encodedCustomAvatar: String
}