ENUM

ImportStatus

The status of an import.

link GraphQL Schema definition

  • enum ImportStatus {
  • # The import is pending.
  • PENDING
  • # The import is not valid.
  • INVALID
  • # The import is queued for processing.
  • QUEUED
  • # The import is running.
  • IN_PROGRESS
  • # The import has successfully completed.
  • SUCCESSFUL
  • # The import has failed.
  • FAILED
  • # The import is a duplicate of a previously completed import.
  • DUPLICATE
  • # The user is not authorized to access this data.
  • UNAUTHORIZED
  • }