Skip to main content

StorageItemMedia__Image

No description

1
type StorageItemMedia__Image {
2
width: Int
3
height: Int
4
orientation: ImageOrientation
5
location: GeoPoint
6
edits: ImageEdits!
7
focus: ImageFocuses!
8
crop: ImageCrops
9
caption: String
10
title: String
11
byline: String
12
credit: String
13
source: String
14
copyrightNotice: String
15
keywords: [String!]
16
dateTaken: Long
17
}

Fields

width ● Int scalar common

height ● Int scalar common

orientation ● ImageOrientation enum common

location ● GeoPoint object common

edits ● ImageEdits! non-null object common

focus ● ImageFocuses! non-null object common

crop ● ImageCrops object common

caption ● String scalar common

title ● String scalar common

byline ● String scalar common

credit ● String scalar common

source ● String scalar common

copyrightNotice ● String scalar common

keywords ● [String!] list scalar common

dateTaken ● Long scalar common

Implemented By