conversations
A list of the Partner organization's conversations.
ConversationConnection arguments
- Anchor to afterafter•String
Returns the elements in the list that come after the specified cursor.
- Anchor to beforebefore•String
Returns the elements in the list that come before the specified cursor.
- Anchor to createdAtMaxcreated•Date
At Max Time Returns conversations that were created on or before the specified date and time.
- Anchor to createdAtMincreated•Date
At Min Time Returns conversations that were created on or after the specified date and time.
- Anchor to firstfirst•Int
Returns the first n elements from the list.
- Anchor to lastlast•Int
Returns the last n elements from the list.
- Anchor to lastEventAtMaxlast•Date
Event At Max Time Returns conversations where the last event occurred on or before the specified date and time.
- Anchor to lastEventAtMinlast•Date
Event At Min Time Returns conversations where the last event occurred on or after the specified date and time.
- Anchor to statusesstatuses•[Conversation
Status!] Returns conversations with the specified statuses.
- Anchor to unreadOnlyunread•Boolean
Only Default:false Only include conversations that have unread messages.
Anchor to Possible returnsPossible returns
- Anchor to edgesedges•[Conversation
Edge!]! non-null A list of edges.
- Anchor to pageInfopage•Page
Info Info! non-null Information about pagination in a connection.