OBJECT

TagObject

Description

Key-value pair of string.

link GraphQL Schema definition

  • type TagObject {
  • # Key of the tag or label.
  • key: String!
  • # Value of the tag or label.
  • value: String!
  • }