Skip to main content

Comment

Comments are annotations made by an employee.

type Comment {
author: Employee!
content: String!
createdOn: LocalDateTime!
}

Fields

Comment.author ● Employee! non-null object

The author of this comment.

Comment.content ● String! non-null scalar

The actual comment.

Comment.createdOn ● LocalDateTime! non-null scalar

The date and time of the comment

Member Of

ActivityWorkItem object ● ClientPoolWorkItem object ● SingleClientWorkItem object ● TourWorkItem interface