listConversations
listConversations(
userId: String
before: String
after: String
first: Int
last: Int
): ConversationalReportConnection!
Arguments
listConversations.userId ● String scalar
listConversations.before ● String scalar
Returns the items in the list that come before the specified cursor.
listConversations.after ● String scalar
Returns the items in the list that come after the specified cursor.
listConversations.first ● Int scalar
Returns the first n items from the list.
listConversations.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
ConversationalReportConnection object
A connection to a list of items.