Remove unnecessary column
This commit is contained in:
parent
c7b78552c3
commit
660abc886d
@ -9,7 +9,6 @@ export const CHAT_SUBSCRIPTION = gql`
|
||||
subscription {
|
||||
chat {
|
||||
chatId
|
||||
meetingId
|
||||
participant {
|
||||
name
|
||||
role
|
||||
@ -21,4 +20,4 @@ subscription {
|
||||
public
|
||||
}
|
||||
}
|
||||
`
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user