offline
Offline related queries.
txReport(id)
Creates a .docx transaction report, in base64-encoded form. This encoding is done for graphQL compatibility. You will then need to decode it.
Example
{
offline{
txReport(id: "784a1b47-a92b-4546-b5aa-e4fe5b2191d2")
}
}