Files
clientsflow/Frontend/graphql/operations/dashboard.graphql

74 lines
893 B
GraphQL

query DashboardQuery {
dashboard {
contacts {
id
name
avatar
company
country
location
channels
lastContactAt
description
}
communications {
id
at
contactId
contact
channel
kind
direction
text
duration
transcript
}
calendar {
id
title
start
end
contact
note
}
deals {
id
contact
title
company
stage
amount
nextStep
summary
}
feed {
id
at
contact
text
proposal {
title
details
key
}
decision
decisionNote
}
pins {
id
contact
text
}
documents {
id
title
type
owner
scope
updatedAt
summary
body
}
}
}