CreateUsageFileUploadLinkPayload
Usage file upload link details
This page contains
Fields
| fileId: ID! | file-id of usage file stored in cloud |
| fileName: String! | file name of usage file |
| uploadLink: Url! | upload-link on which the file will be uploaded |
| expiration: DateTime! | expiration-time of upload-link |
| requestGroupId: String! | request-group-id to which usages will be associated |
Mutations for CreateUsageFileUploadLinkPayload
| createUsageFileUploadLink | Mutation to create an upload-link on which usage file is uploaded |


