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