exportClientEhiInput
Autogenerated input type of exportClientEhi
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEshould_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 { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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}