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