Skip to main content

conversations

Lists all conversations.

conversations(
after: String
before: String
filter: ConversationFilter
first: Int
last: Int
orderBy: ConversationOrder
): ConversationConnection

Arguments

conversations.after ● String scalar common

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

conversations.before ● String scalar common

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

conversations.filter ● ConversationFilter input common

The fields by which to filter the results.

conversations.first ● Int scalar common

Returns the first n elements from the list.

conversations.last ● Int scalar common

Returns the last n elements from the list.

conversations.orderBy ● ConversationOrder input common

The field and direction by which to order the results.

Type

ConversationConnection object common

The connection type for Conversation.