orgDataExportInput
Autogenerated input type of orgDataExport
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEparent_org_provider_id
· ID
· Provider ID of the approving member of the parent organization batch_size
· Int
· Number of rows per batch for the export process Used By
Definition
"""Autogenerated input type of orgDataExport"""input orgDataExportInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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 = 50
""" The type of export (e.g., "charting_notes", "documents") """ export_type: OrgDataExport!}