GenerateExportDownloadLinkPayload
No description
union GenerateExportDownloadLinkPayload = GenerateExportDownloadLinkSuccessPayload | UnknownExportRejection | StillExportingRejection
Possible types
GenerateExportDownloadLinkPayload.GenerateExportDownloadLinkSuccessPayload
object
Payload of the generateExportDownloadLink
mutation in case of success.
GenerateExportDownloadLinkPayload.UnknownExportRejection
object
Rejection returned when the provided exportId
is not found.
GenerateExportDownloadLinkPayload.StillExportingRejection
object
Rejection returned when the corresponding export is still ongoing.
Returned By
generateExportDownloadLink
mutation