ImagePatch
Represents an update to a Image. Fields that are set will be updated.
input ImagePatch {
title: String
focalX: BigFloat
focalY: BigFloat
isArchived: Boolean
}
Fields
ImagePatch.title ● String scalar
@maxLength(100) @notEmpty()
ImagePatch.focalX ● BigFloat scalar
ImagePatch.focalY ● BigFloat scalar
ImagePatch.isArchived ● Boolean scalar
Member Of
UpdateImageInput input