OBJECT
type AsyncJobStatus {# Error message if pre validation failed.error: String! # Job ID for object if pre validation succeeds for object. If pre validation # failed Job ID will be empty and detials will be present in error field.jobId: String! }