close
GraphQL Schema
menu
Types
OBJECT
EmailConversationSenderAccount
link
GraphQL Schema definition
type
EmailConversationSenderAccount
{
name
:
String
picture
:
EmailConversationPicture
}
link
Require by
EmailConversationItem
Flat, non-paged conversation row returned by ``EmailEntity.conversation``. Every field on every item comes from the same single SQL — ``load_conversation`` does not touch the ORM or fire any follow-up query per row.