createTryOn
This mutation creates a new try on task. The task is a process of generating try on results.
You can use task ID to get the result of the try on generation by polling getTryOnResult
query.
createTryOn(
input: CreateTryOnInput!
): Task!
Arguments
createTryOn.input
● CreateTryOnInput!
non-null input
Type
Task
object
That is a type that represents a task in Genera system. You should poll results for the task with corresponding id until it's finished.