OBJECT

FileExtensionToMimeTypeMap

link GraphQL Schema definition

1type FileExtensionToMimeTypeMap {
2
3# The list of the supported extension to mimeType map for inbox file attachments
4# in JSON format.
5inbox: String!
6
7# The list of the supported extension to mimeType map for source files in JSON
8# format.
9sourceFiles: String!
10
11}

link Required by