createFamilyHistoryInput
Autogenerated input type of createFamilyHistory
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEconcept_id
· ID
Used By
Definition
"""Autogenerated input type of createFamilyHistory"""input createFamilyHistoryInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") relationships: [String] concept_id: ID user_id: ID}