requestSaftLink
mutation
Trigger lazy generation of a SAF-T(PT) download link — public/unauthenticated.
Called from the download page. Verifies the signed token, and if the file isn't already generated, enqueues the SAF-T worker (silently) to produce it. Safe to call repeatedly.
mutation {
requestSaftLink(token: String!): SaftLinkResult!
}Returns: SaftLinkResult!
Arguments
| Name | Type | Description |
|---|---|---|
token | String! |