Skip to main content

rooms

Lists all Live Chat rooms.

rooms(
after: String
before: String
filter: RoomFilter
first: Int
last: Int
orderBy: RoomOrder
): RoomConnection

Arguments

rooms.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

rooms.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

rooms.filter ● RoomFilter input common

The fields by which to filter the results.

rooms.first ● Int scalar common

Returns the first n elements from the list.

rooms.last ● Int scalar common

Returns the last n elements from the list.

rooms.orderBy ● RoomOrder input common

The field and direction by which to order the results.

Type

RoomConnection object common

The connection type for Room.