Attribute
An attribute is a trio of name, type and value. Attributes are useful for storing additional information into objects.
USAGE
Attributes should be unique by name. If an attribute with a matching name already exists, then the type and value fields will be updated, else they will be inserted.
Fields
name (
String!)
Name of the attribute
type (
String!)
Type of the attribute's value. This is a free string and can be used by the client to interpret and cast the value into the appropriate type.
value (
Json!)
Value of the attribute