OBJECT

RoomMember

link GraphQL Schema definition

  • type RoomMember {
  • id: ID!
  • user: User!
  • room: Room!
  • }