15 lines
238 B
GraphQL
15 lines
238 B
GraphQL
mutation ArchiveCalendarEventMutation($input: ArchiveCalendarEventInput!) {
|
|
archiveCalendarEvent(input: $input) {
|
|
id
|
|
title
|
|
start
|
|
end
|
|
contact
|
|
note
|
|
isArchived
|
|
createdAt
|
|
archiveNote
|
|
archivedAt
|
|
}
|
|
}
|