Attachment
No description
type Attachment {
id: ID!
fileName: String!
fileSize: FileSize!
fileExtension: String
fileMimeType: String!
type: AttachmentType!
createdAt: DateTime!
createdBy: Actor!
updatedAt: DateTime!
updatedBy: Actor!
}