schema-fix
This commit is contained in:
@@ -24,6 +24,15 @@ input ChatInput {
|
||||
description: String
|
||||
}
|
||||
|
||||
type Result {
|
||||
error: String
|
||||
chat: Chat
|
||||
chats: [Chat]
|
||||
message: Message
|
||||
messages: [Message]
|
||||
members: [ChatMember]
|
||||
}
|
||||
|
||||
|
||||
type Mutation {
|
||||
# inbox
|
||||
|
Reference in New Issue
Block a user