Skip to main content

ContactAttribute

No description

type ContactAttribute implements Attribute {
id: String!
value: AttributeValue!
createdAt: DateTime!
lastModifiedAt: DateTime!
createdBy: Int
lastModifiedBy: Int
attributeDescription: AttributeDescription
contactId: Int!
}

Fields

ContactAttribute.id ● String! non-null scalar

The ID of the attribute

ContactAttribute.value ● AttributeValue! non-null interface

The value of the attribute

ContactAttribute.createdAt ● DateTime! non-null scalar

The date when the attribute was created

ContactAttribute.lastModifiedAt ● DateTime! non-null scalar

The date when the attribute was last modified

ContactAttribute.createdBy ● Int scalar

The ID of the user that created the attribute

ContactAttribute.lastModifiedBy ● Int scalar

The ID of the user that last modified the attribute

ContactAttribute.attributeDescription ● AttributeDescription object

ContactAttribute.contactId ● Int! non-null scalar

The ID of the contact this attribute belongs to

Interfaces

Attribute interface