tagDto
Last updated
Input type for creating or updating a single tag.
input TagDTO {
name: String!
displayName: String!
tagId: String
}name String!
Internal name of the tag used for system operations
displayName String!
Human-readable name of the tag shown in the UI
tagId String
Unique identifier for the tag. If not provided, will be generated
Last updated
