LocalizedAttachment
No description
type LocalizedAttachment {
language: String!
originalUrl: String!
mimeType: String!
}
Fields
LocalizedAttachment.language
● String!
non-null scalar
Attachment language
LocalizedAttachment.originalUrl
● String!
non-null scalar
Original Attachment url
LocalizedAttachment.mimeType
● String!
non-null scalar
The MIME type of the Attachment.
Member Of
MediaAttachment
object