Basic url access to a photo and the ability to retrieve it at multiple resolutions.
- type PhotoSummary implements CommonAsset, Asset {
- # 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 ( :
- Model :
- ID! :
- AssetStatus :
- String :
- String! :
- String :
- String :
- # If populated, the url is only valid until the time given
- DateTime :
- }