OBJECT
type TicketView {ticketId: String creationDate: Date! user: TicketViewUserInfo! lastStatus: TicketStatus! }