addTagRes
Examples
type AddTagRes {
tags: [TagObject!]!
failedTags: [FailedTag!]
}Fields
Field
Description
Supported fields
References
Mutations using this object:
Last updated
Response object containing the newly created tags after a tag creation operation.
type AddTagRes {
tags: [TagObject!]!
failedTags: [FailedTag!]
}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
failedTags [FailedTag!]
Array of tags that failed to be created along with reasons
name String!
failedReason String!
Last updated
