Skip to main content

CategoryAttribute

No description

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

Fields

CategoryAttribute.id ● String! non-null scalar

The ID of the attribute

CategoryAttribute.value ● AttributeValue! non-null interface

The value of the attribute

CategoryAttribute.createdAt ● DateTime! non-null scalar

The date when the attribute was created

CategoryAttribute.lastModifiedAt ● DateTime! non-null scalar

The date when the attribute was last modified

CategoryAttribute.createdBy ● Int scalar

The ID of the user that created the attribute

CategoryAttribute.lastModifiedBy ● Int scalar

The ID of the user that last modified the attribute

CategoryAttribute.attributeDescription ● AttributeDescription object

CategoryAttribute.categoryId ● Int! non-null scalar

The ID of the category this attribute belongs to

Interfaces

Attribute interface