Skip to main content

chatsByCursor

Description

Get chats using a query cursor. You may adjust the limit per each query, but the direction cannot be modified and is encoded in the cursor.


Response

Returns a ChatList


Arguments

NameDescription
cursor - String!
limit - Int!

chatsByCursor(
cursor: String!
limit: Int!
): ChatList!