OBJECT
1type FileData implements Metadata {23name: String! 45size: Int 67mimeType: String 89fileName: String 1011}