Task
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.
type Task {
taskID: String!
}
Fields
Task.taskID
● String!
non-null scalar
Returned By
createTryOn
mutation