Skip to content

Draft

draft of a conversation note

Fields

content · String · content of draft
conversation_membership_id · ID · id of linked conversation membership
id · ID! · required · The unique identifier of the draft

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