OBJECT

ContentNodeAttribute

Description

The attributes of a content node.

link GraphQL Schema definition

  • type ContentNodeAttribute {
  • # Attribute name.
  • key: String!
  • # Attribute value.
  • value: String!
  • }