receivedDirectMessages
Fetch paginated Received Direct Messages collection
Arguments
Returns
ReceivedDirectMessagePaginationConnection Example
query receivedDirectMessages( $offset: Int $keywords: String $order_by: ReceivedDirectMessageOrderKeys $after: String $before: String $first: Int $last: Int) { receivedDirectMessages( offset: $offset keywords: $keywords order_by: $order_by after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}