DirectChat
No description
type DirectChat {
_id: ID!
users: [User!]!
messages: [DirectChatMessage]
creator: User!
organization: Organization!
}
Fields
DirectChat._id
● ID!
non-null scalar
DirectChat.users
● [User!]!
non-null object
DirectChat.messages
● [DirectChatMessage]
list object
DirectChat.creator
● User!
non-null object
DirectChat.organization
● Organization!
non-null object
Returned by
createDirectChat
mutation ● directChatsByUserID
query ● removeDirectChat
mutation
Member of
DirectChatMessage
object