letterbox/web/graphql/catchup.graphql
Bill Thiede 2e526dace1 Implement catchup mode
Show original/delivered To if no xinu.tv addresses in To/CC fields
2025-02-24 14:38:18 -08:00

3 lines
66 B
GraphQL

query CatchupQuery($query: String!) {
catchup(query: $query)
}