Basic url access to a photo and the ability to retrieve it at multiple resolutions.
- type PhotoSummary implements Asset, CommonAsset {
- # The date/time that the asset was created.
- : DateTime
- : String
- : String
- : String!
- : ID!
- : Model
- # If the image supports multiple resolutions this may be used to retrieve the
- # image at an alternative resolution.
- #
- # Arguments
- # resolution: Selects the resolution of the image to retrieve.
- (: PhotoResolution!): String
- : AssetStatus
- : String
- # If populated, the url is only valid until the time given
- : DateTime
- }