Skip to main content

CompanyAttribute

No description

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

Fields

CompanyAttribute.id ● String! non-null scalar

The ID of the attribute

CompanyAttribute.value ● AttributeValue! non-null interface

The value of the attribute

CompanyAttribute.createdAt ● DateTime! non-null scalar

The date when the attribute was created

CompanyAttribute.lastModifiedAt ● DateTime! non-null scalar

The date when the attribute was last modified

CompanyAttribute.createdBy ● Int scalar

The ID of the user that created the attribute

CompanyAttribute.lastModifiedBy ● Int scalar

The ID of the user that last modified the attribute

CompanyAttribute.attributeDescription ● AttributeDescription object

CompanyAttribute.companyId ● Int! non-null scalar

The ID of the company this attribute belongs to

Interfaces

Attribute interface