exportClientEhiInput
Autogenerated input type of exportClientEhi
Fields
should_run_in_job
· Boolean · Whether or not we should export the client EHI data in a job. Used By
Definition
"""Autogenerated input type of exportClientEhi"""input exportClientEhiInput { """ The ID of the client to export EHI data for. """ client_id: ID
""" Whether or not we should export the client EHI data in a job. """ should_run_in_job: Boolean = false}