schema-fix
This commit is contained in:
parent
0e1a600dff
commit
0f6b3613e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user