INPUT_OBJECT

ProjectCoverInput

link GraphQL Schema definition

1input ProjectCoverInput {
4
2# The top left coordinates of the original cover image.
3coverTopLeft: Point2DInput!
7
5# The coordinates of the bottom right point for cropping.
6cropBottomRight: Point2DInput!
10
8# The coordinates of the top left point for cropping.
9cropTopLeft: Point2DInput!
12
11height: Int!
14
13scale: Float!
17
15# Url to the uploaded image or to the image in the temporary Amazon S3 bucket.
16sourceUrl: Url!
19
18width: Int!
20}