OBJECT
type ChatRoom {id: ID participants: [User] messages: [ChatMessage] creator: User title: String lastMessage: ChatMessage }