Create attribute into database
Promise<{id: string}> id of created attribute record
Find attributes that match the given query. This method does not support pagination.
query to filter attributes
list of attributes
Get attribute from database
Promise<Attribute | undefined> Attribute data if fetched successfully, or null if data not found by id
List paginated attributes
paginated list query options
paginated attribute list query result
Normalize a single attribute response
attribute model
Normalize list of attribute responses
attribute models
Update attribute into database
data to update
id
Private
Readonly
attributePrivate
customStatic
Readonly
COLLECTION_Generated using TypeDoc
Attribute service