Skip to content

logMedicationHistoryConsentInput

Autogenerated input type of logMedicationHistoryConsent

Fields

deprecated DO NOT USE
patient_id · ID! · required · Healthie patient/client ID

Used By

Definition

"""
Autogenerated input type of logMedicationHistoryConsent
"""
input logMedicationHistoryConsentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Healthie patient/client ID
"""
patient_id: ID!
}