Enriches the contacts resolver to include the last message preview and channel, so the sidebar can show thread previews without loading all communications. No frontend changes yet — fields returned but unused. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
158 B
GraphQL
13 lines
158 B
GraphQL
query ContactsQuery {
|
|
contacts {
|
|
id
|
|
name
|
|
avatar
|
|
channels
|
|
lastContactAt
|
|
lastMessageText
|
|
lastMessageChannel
|
|
description
|
|
}
|
|
}
|