web & server: add handling for google calendar and wellsfargo emails.

This commit is contained in:
2023-11-26 20:51:53 -08:00
parent 1261bdf8a9
commit c8147ded60
4 changed files with 98 additions and 15 deletions

View File

@@ -290,6 +290,22 @@
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "path",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
],
"inputFields": null,

View File

@@ -28,6 +28,7 @@ query ShowThreadQuery($threadId: String!) {
contents
}
}
path
}
}
tags {