OBJECT
Represents a generic custom attribute.
type Attribute {# Key or name of the attribute.key: String! # Value of the attribute.value: String }