mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
16 lines
216 B
GraphQL
16 lines
216 B
GraphQL
mutation CreateGroupRoom($groupId: ID!) {
|
|
CreateGroupRoom(groupId: $groupId) {
|
|
id
|
|
roomId
|
|
roomName
|
|
isGroupRoom
|
|
lastMessageAt
|
|
unreadCount
|
|
users {
|
|
_id
|
|
id
|
|
name
|
|
}
|
|
}
|
|
}
|