DsiComment
An allergy/sensitivity/preference for a client
Fields
Used By
Definition
"""An allergy/sensitivity/preference for a client"""type DsiComment { """ The content of the comment """ content: String!
""" The unique identifier of the comment """ id: ID!
""" The type of intervention """ intervention_type: InterventionType!
""" The organization that the comment belongs to """ organization_id: ID!}