addTagRes
Response object containing the newly created tags after a tag creation operation.
Examples
type AddTagRes {
tags: [TagObject!]!
}
Fields
Field
Description
Supported fields
tags [TagObject!]!
Array of newly created tag objects
tagId String!
name String!
displayName String!
tagType OxTagType!
createdBy String!
createdAt DateTime
updatedAt DateTime
tagCategory String
deploymentModel String
purpose String
email String
References
Mutations using this object:
Last updated