Skip to main content

CreateTryOnInput

That is an input that defines entities and parameters for try on generation.

input CreateTryOnInput {
modelId: ID!
topProductId: ID!
bottomProductId: ID
bagProductId: ID
shoesProductId: ID
}

Fields

CreateTryOnInput.modelId ● ID! non-null scalar

ID of the model for the generation.

CreateTryOnInput.topProductId ● ID! non-null scalar

ID of the top product for the generation. If only that product ID is passed it will be considered as total look product.

CreateTryOnInput.bottomProductId ● ID scalar

ID of the bottom product for the generation.

CreateTryOnInput.bagProductId ● ID scalar

CreateTryOnInput.shoesProductId ● ID scalar

Member Of

createTryOn mutation