UploadDownloadableReportInput
No description
input UploadDownloadableReportInput {
id: Int!
filename: String
file: Upload!
}
Fields
UploadDownloadableReportInput.id
● Int!
non-null scalar
UploadDownloadableReportInput.filename
● String
scalar
UploadDownloadableReportInput.file
● Upload!
non-null scalar
Member Of
uploadDownloadableReport
mutation