INPUT_OBJECT

LabelType

Description

DataType represents label key-value pair.

link GraphQL Schema definition

  • input LabelType {
  • # Key of the label.
  • labelKey: String!
  • # Value of the label.
  • labelValue: String!
  • # Specifies whether to match all label values or not.
  • matchAllValues: Boolean!
  • }