OBJECT
Image
Image Type
link GraphQL Schema definition
- type Image {
- # When the image was created
- : ISO8601DateTime!
- # ID of the Image
- : ID!
- # position of the Image
- : Int
- # ID of the property
- : ID!
- # When the image was last updated
- : ISO8601DateTime!
- # url of the Image
- #
- # Arguments
- # width: [Not documented]
- # height: [Not documented]
- # smart: [Not documented]
- (: Int, : Int, : Boolean): String
- }