INPUT_OBJECT
DataType represents label key-value pair.
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!}