Skip to content

DsiComment

An allergy/sensitivity/preference for a client

Fields

content · String! · required · The content of the comment
id · ID! · required · The unique identifier of the comment
intervention_type · InterventionType! · required · The type of intervention
organization_id · ID! · required · The organization that the comment belongs to

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!
}