Attribute
Represents a generic custom attribute.
Show definition# Represents a generic custom attribute. type Attribute { # Key or name of the attribute. key: String! # Value of the attribute. value: String }
Fields
key
(String!
)
Key or name of the attribute.
value
(String
)
Value of the attribute.