OBJECT

EntityTag

link GraphQL Schema definition

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