CustomerAttribute
type CustomerAttribute {
id: ID!
description: String
name: String!
options: [CustomerAttributeOption!]
order: Float
salesChannels: [CustomerAttributeSalesChannel!]
translations: [CustomerAttributeTranslation!]
type: CustomerAttributeTypeEnum!
}
Fields
description
Stringoptions
[CustomerAttributeOption!]order
FloatsalesChannels
[CustomerAttributeSalesChannel!]translations
[CustomerAttributeTranslation!]