feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
10
Frontend/graphql/operations/create-calendar-event.graphql
Normal file
10
Frontend/graphql/operations/create-calendar-event.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
mutation CreateCalendarEventMutation($input: CreateCalendarEventInput!) {
|
||||
createCalendarEvent(input: $input) {
|
||||
id
|
||||
title
|
||||
start
|
||||
end
|
||||
contact
|
||||
note
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user