GenerateExportDownloadLinkInput
Input for the generateExportDownloadLink mutation.
input GenerateExportDownloadLinkInput {
exportId: String!
}
Fields
GenerateExportDownloadLinkInput.exportId ● String! non-null scalar
The exportId generated by a previous call to any export mutation.
NB: The export needs to be completed for the link to be generated.
Member Of
generateExportDownloadLink mutation