OBJECT
ProjectStageImage
Project Stage Image Type
link GraphQL Schema definition
- type ProjectStageImage {
- # When the image was created
- : ISO8601DateTime!
- # ID of the Image
- : ID!
- # position of the Image
- : Int
- # ID of the project_stage
- : 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
- }
link Require by
- CreateProjectStageImagePayloadAutogenerated return type of CreateProjectStageImage
- DestroyProjectStageImagePayloadAutogenerated return type of DestroyProjectStageImage
- ProjectStageProject Stage
- ProjectStageImageConnectionThe connection type for ProjectStageImage.
- ProjectStageImageEdgeAn edge in a connection.
- QueryThe query root of this schema