Draft
draft of a conversation note
Fields
conversation_membership_id
· ID
· id of linked conversation membership Used By
Definition
"""draft of a conversation note"""type Draft { """ content of draft """ content: String
""" id of linked conversation membership """ conversation_membership_id: ID
""" The unique identifier of the draft """ id: ID!}