OBJECT

exifData

link GraphQL Schema definition

1type exifData {
2
3aperture: exifDataValue
4
5exposureMode: exifDataValue
6
7flash: exifDataValue
8
9focalLength: exifDataValue
10
11iso: exifDataValue
12
13lens: exifDataValue
14
15location: exifDataValue
16
17makeAndModel: exifDataValue
18
19shutterSpeed: exifDataValue
20
21software: exifDataValue
22
23}

link Required by