CustomerAttribute
No description
type CustomerAttribute implements Attribute {
id: String!
value: AttributeValue!
createdAt: DateTime!
lastModifiedAt: DateTime!
createdBy: Int
lastModifiedBy: Int
attributeDescription: AttributeDescription
customerId: Int!
}
Fields
CustomerAttribute.id
● String!
non-null scalar
The ID of the attribute
CustomerAttribute.value
● AttributeValue!
non-null interface
The value of the attribute
CustomerAttribute.createdAt
● DateTime!
non-null scalar
The date when the attribute was created
CustomerAttribute.lastModifiedAt
● DateTime!
non-null scalar
The date when the attribute was last modified
CustomerAttribute.createdBy
● Int
scalar
The ID of the user that created the attribute
CustomerAttribute.lastModifiedBy
● Int
scalar
The ID of the user that last modified the attribute
CustomerAttribute.attributeDescription
● AttributeDescription
object
CustomerAttribute.customerId
● Int!
non-null scalar
The ID of the customer this attribute belongs to