OBJECT

DsiComment

An allergy/sensitivity/preference for a client

link GraphQL Schema definition

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