INPUT_OBJECT

orgDataExportInput

Autogenerated input type of orgDataExport

link GraphQL Schema definition

  • input orgDataExportInput {
  • # Unique identifier for the export job
  • ticket: String!
  • # Healthie Reviewer ID assigned to the export task
  • reviewer_id: ID!
  • # Provider ID whose data is being exported
  • export_provider_id: ID!
  • # Provider ID of the approving member of the parent organization
  • parent_org_provider_id: ID
  • # Number of rows per batch for the export process
  • batch_size: Int
  • # The type of export (e.g., "charting_notes", "documents")
  • export_type: OrgDataExport!
  • }