Fix email replies, update dependencies

This commit is contained in:
Darren Clarke 2023-11-22 11:11:28 +01:00
parent 8d86db882d
commit 7688730e4f
21 changed files with 539 additions and 567 deletions

View file

@ -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
}
}
}
}
}