OBJECT

AsyncJobStatus

link GraphQL Schema definition

  • type AsyncJobStatus {
  • # 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!
  • # Error message if pre validation failed.
  • error: String!
  • }

link Require by