OBJECT

Draft

draft of a conversation note

link GraphQL Schema definition

  • type Draft {
  • # content of draft
  • content: String
  • # id of linked conversation membership
  • conversation_membership_id: ID
  • # The unique identifier of the draft
  • id: ID!
  • }