A photo associated with the model as well as some basic metadata including label and dimensions.
- type Photo implements Asset, Image {
- Model :
- ID! :
- DateTime! :
- DateTime! :
- AssetStatus :
- String :
- String! :
- String :
- String :
- # If populated, the url is only valid until the time given
- DateTime :
- # 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.
- # The resolution
- # must be in the `resolutions` list.
- # Default: "original"
- PhotoResolution!): String ( :
- # A set of resolutions the image is available at.
- PhotoResolution!] : [
- # A user assigned name for this photo.
- String :
- # @deprecated renamed to label for uniformity.
- String :
- # The height of the image in pixels.
- Int :
- # The width of the image in pixels.
- Int :
- # The view metadata associated with a showcase/workshop generated snapshot.
- SnapshotLocation :
- # The perspective type of the photo.
- PhotoType :
- }