Skip to main content

RoomContactType

Basic contact information for this room

type RoomContactType {
id: ID!
name: String
}

Fields

RoomContactType.id ● ID! non-null scalar common

The id of the crm contact

RoomContactType.name ● String scalar common

The name of the contact

Member of

Room object