OBJECT
ProjectImage
Project Image Type
link GraphQL Schema definition
- type ProjectImage {
- # When the image was created
- ISO8601DateTime! :
- # ID of the Image
- ID! :
- # position of the Image
- Int :
- # ID of the project
- 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 ( :
- }