Tag
Tag is a simple text message that can be displayed to segment tagable entities.
type Tag {
code: TAG!
createdBy: User
createdAt: Time!
}
Fields
Tag.code
● TAG!
non-null enum
code is the machine representation of the tag name.
Tag.createdBy
● User
object
createdBy is the User that assigned the Tag. This is null when the Tag is assigned by the System.
Tag.createdAt
● Time!
non-null scalar
createdAt is the time that the Tag was assigned on.
Member Of
Comment
object