OBJECT

Attribute

Represents a generic custom attribute.

link GraphQL Schema definition

  • type Attribute {
  • # Key or name of the attribute.
  • key: String!
  • # Value of the attribute.
  • value: String
  • }