Skip to main content

Tag

Tag is a simple text message that can be displayed to segment tagable entities.

type Tag {  code: TAG!  createdBy: User  createdAt: Time!}

Fields#

code (TAG!)#

code is the machine representation of the tag name.

createdBy (User)#

createdBy is the User that assigned the Tag. This is null when the Tag is assigned by the System.

createdAt (Time!)#

createdAt is the time that the Tag was assigned on.