OBJECT

EntityTag

link GraphQL Schema definition

1type EntityTag {
2
3entityType: EntityTagType
4
5tagKey: String!
6
7tagValue: String
8
9}