Fix email replies, update dependencies
This commit is contained in:
parent
8d86db882d
commit
7688730e4f
21 changed files with 539 additions and 567 deletions
|
|
@ -6,7 +6,7 @@ query getTicketArticles($ticketId: ID!) {
|
|||
edges {
|
||||
node {
|
||||
id
|
||||
body
|
||||
bodyWithUrls
|
||||
internal
|
||||
type {
|
||||
name
|
||||
|
|
@ -14,6 +14,11 @@ query getTicketArticles($ticketId: ID!) {
|
|||
sender {
|
||||
name
|
||||
}
|
||||
from {
|
||||
parsed {
|
||||
emailAddress
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue