ImageTransform: {
    height?: InputMaybe<Scalars["ImageSizeTransform"]["input"]>;
    keepAspectRatio?: InputMaybe<Scalars["Boolean"]["input"]>;
    width?: InputMaybe<Scalars["ImageSizeTransform"]["input"]>;
}

Type declaration

  • Optional height?: InputMaybe<Scalars["ImageSizeTransform"]["input"]>

    Set the transformed image's height

  • Optional keepAspectRatio?: InputMaybe<Scalars["Boolean"]["input"]>

    Set if you want to keep the image's original aspect ratio. True by default. If explicitly set to false, the image will stretch based on the width and height values.

  • Optional width?: InputMaybe<Scalars["ImageSizeTransform"]["input"]>

    Set the transformed image's width