TransformationsInput
Container for multiple image transformation operations to be applied sequentially
input TransformationsInput {
transformations: [ImageTransformationInput!]!
}
Fields
TransformationsInput.transformations
● [ImageTransformationInput!]!
non-null input
List of image transformations to apply.
Transformations are applied in the order specified. Each transformation can include resizing, format conversion, quality adjustments, and various image effects. The output of one transformation becomes the input for the next.