INPUT_OBJECT
orgDataExportInput
Autogenerated input type of orgDataExport
link GraphQL Schema definition
- input orgDataExportInput {
- # Unique identifier for the export job
- String! :
- # Healthie Reviewer ID assigned to the export task
- ID! :
- # Provider ID whose data is being exported
- ID! :
- # Provider ID of the approving member of the parent organization
- ID :
- # Number of rows per batch for the export process
- Int :
- # The type of export (e.g., "charting_notes", "documents")
- OrgDataExport! :
- }