DraftFilter
No description
input DraftFilter {
conversationId: ID
draftId: String
draftType: DraftType
id: ID
}
Fields
DraftFilter.conversationId ● ID scalar common
The conversation this draft belongs to
DraftFilter.draftId ● String scalar common
The UUID used to identify the draft.
DraftFilter.draftType ● DraftType enum common
The type of the draft
DraftFilter.id ● ID scalar common
Filters chat rooms by the ID of a draft.
Member of
drafts query