GenerateExportDownloadLinkSuccessPayload
Payload of the generateExportDownloadLink
mutation in case of success.
type GenerateExportDownloadLinkSuccessPayload {
link: String!
}
Fields
GenerateExportDownloadLinkSuccessPayload.link
● String!
non-null scalar
A temporary link to download the related export file.
NB: This link lasts a few minutes only.