AttachmentDownloadUrl
No description
type AttachmentDownloadUrl {
attachment: Attachment!
downloadUrl: String!
expiresAt: DateTime!
}
No description
type AttachmentDownloadUrl {
attachment: Attachment!
downloadUrl: String!
expiresAt: DateTime!
}
AttachmentDownloadUrl.attachment
● Attachment!
non-null objectAttachmentDownloadUrl.downloadUrl
● String!
non-null scalarAttachmentDownloadUrl.expiresAt
● DateTime!
non-null object