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(
|
||||
|
||||
@@ -25,7 +25,7 @@ query getConversationById(
|
||||
query filterConversation(
|
||||
$conversationType: ConversationType,
|
||||
$status: ConversationStatus,
|
||||
$relatedTo: UUID!
|
||||
$relatedTo: UUID
|
||||
) @auth(level: USER) {
|
||||
conversations(
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user