OBJECT

CreateRoomPayload

link GraphQL Schema definition

1type CreateRoomPayload {
2
3error: CreateRoomError
4
5room: Room
6
7}