chatConversations
No description
chatConversations(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: [ChatConversationOrder!]
where: ChatConversationWhereInput
): ChatConversationConnection!
Arguments
chatConversations.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
chatConversations.first ● Int scalar
Returns the first _n_ elements from the list.
chatConversations.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
chatConversations.last ● Int scalar
Returns the last _n_ elements from the list.
chatConversations.orderBy ● [ChatConversationOrder!] list input
Ordering options for ChatConversations returned from the connection.
chatConversations.where ● ChatConversationWhereInput input
Filtering options for ChatConversations returned from the connection.
Type
ChatConversationConnection object
A connection to a list of items.