Skip to main content

chatMessages

No description

chatMessages(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: [ChatMessageOrder!]
where: ChatMessageWhereInput
): ChatMessageConnection!

Arguments

chatMessages.after ● Cursor scalar

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

chatMessages.first ● Int scalar

Returns the first _n_ elements from the list.

chatMessages.before ● Cursor scalar

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

chatMessages.last ● Int scalar

Returns the last _n_ elements from the list.

chatMessages.orderBy ● [ChatMessageOrder!] list input

Ordering options for ChatMessages returned from the connection.

chatMessages.where ● ChatMessageWhereInput input

Filtering options for ChatMessages returned from the connection.

Type

ChatMessageConnection object

A connection to a list of items.