updateModel
This mutation updates a model. You can update models that you own or for which you have editing permissions.
updateModel(
id: ID!
input: UpdateModelInput!
): Model!
Arguments
updateModel.id ● ID! non-null scalar
updateModel.input ● UpdateModelInput! non-null input
Type
Model object
Model is one of the main entities in Genera system. It represents a digital model of the person that can be used for try-on process.