Added sorting to msgs sub and added some styling for messaging items. BOD-309 BOD-310
This commit is contained in:
@@ -2,7 +2,7 @@ import gql from "graphql-tag";
|
||||
|
||||
export const CONVERSATION_LIST_SUBSCRIPTION = gql`
|
||||
subscription CONVERSATION_LIST_SUBSCRIPTION {
|
||||
conversations {
|
||||
conversations(order_by: { updated_at: desc }, limit: 100) {
|
||||
phone_num
|
||||
id
|
||||
job_conversations {
|
||||
|
||||
Reference in New Issue
Block a user