new converstation crud for front, and correction of relatedto
This commit is contained in:
@@ -18,7 +18,7 @@ mutation UpdateConversation(
|
||||
$id: UUID!,
|
||||
$participants: String,
|
||||
$conversationType: ConversationType,
|
||||
$relatedTo: UUID!,
|
||||
$relatedTo: UUID,
|
||||
$status: ConversationStatus
|
||||
) @auth(level: USER) {
|
||||
conversation_update(
|
||||
|
||||
Reference in New Issue
Block a user