Skip to main content

GenerationResult

That type represents a generation result. It is a snapshot of the generation process.

type GenerationResult {
id: ID!
resultUrl: String
modelId: ID!
products: GenerationResultProducts!
}

Fields

GenerationResult.id ● ID! non-null scalar

GenerationResult.resultUrl ● String scalar

GenerationResult.modelId ● ID! non-null scalar

GenerationResult.products ● GenerationResultProducts! non-null object

Member Of

GenerationResultPage object ● TryOn object