sentDirectMessages
Fetch paginated Sent Direct Messages collection
Arguments
Returns
SentDirectMessagePaginationConnection Example
query sentDirectMessages( $offset: Int $keywords: String $order_by: SentDirectMessageOrderKeys $after: String $before: String $first: Int $last: Int) { sentDirectMessages( offset: $offset keywords: $keywords order_by: $order_by after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}