Attribute
No description
interface Attribute {
id: String!
value: AttributeValue!
createdAt: DateTime!
lastModifiedAt: DateTime!
createdBy: Int
lastModifiedBy: Int
attributeDescription: AttributeDescription
}
Fields
Attribute.id
● String!
non-null scalar
The ID of the attribute
Attribute.value
● AttributeValue!
non-null interface
The value of the attribute
Attribute.createdAt
● DateTime!
non-null scalar
The date when the attribute was created
Attribute.lastModifiedAt
● DateTime!
non-null scalar
The date when the attribute was last modified
Attribute.createdBy
● Int
scalar
The ID of the user that created the attribute
Attribute.lastModifiedBy
● Int
scalar
The ID of the user that last modified the attribute
Attribute.attributeDescription
● AttributeDescription
object
Returned By
attribute
query ● attributeCreate
mutation ● attributeUpdate
mutation
Member Of
AttributeResponse
object ● AttributeResult
object
Implemented By
CategoryAttribute
object ● ClusterAttribute
object ● CompanyAttribute
object ● ContactAttribute
object ● CustomerAttribute
object ● ProductAttribute
object