Skip to main content
query
Deprecated. No longer supported (2024-01).

A list of the Partner organization's conversations.

Anchor to Arguments

ConversationConnection arguments

•ConversationConnection!
•String

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

•String

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

•DateTime

Returns conversations that were created on or before the specified date and time.

•DateTime

Returns conversations that were created on or after the specified date and time.

•Int

Returns the first n elements from the list.

•Int

Returns the last n elements from the list.

•DateTime

Returns conversations where the last event occurred on or before the specified date and time.

•DateTime

Returns conversations where the last event occurred on or after the specified date and time.

•[ConversationStatus!]

Returns conversations with the specified statuses.

•Boolean
Default:false

Only include conversations that have unread messages.


Was this section helpful?

•[ConversationEdge!]!
non-null

A list of edges.

•PageInfo!
non-null

Information about pagination in a connection.


Was this section helpful?