getAllTagsResponse
Last updated
Response object containing an array of tags returned from a query.
type GetAllTagsResponse {
tags: [TagObject!]!
}tags [TagObject!]!
Array of tags matching the query criteria
tagId String!
name String!
displayName String!
tagType OxTagType!
createdBy String!
createdAt DateTime
updatedAt DateTime
tagCategory String
deploymentModel String
purpose String
email String
Last updated
