createModelImage
This mutation creates a new model image. The image is a visual representation of the model. Images can have 'HEAD' or 'BODY' type.
createModelImage(
input: CreateModelImageInput!
): ModelImage!
Arguments
createModelImage.input
● CreateModelImageInput!
non-null input
Type
ModelImage
object
Model image is an entity that represents an image attached to the model.