Files
clientsflow/Frontend/graphql/operations/create-calendar-event.graphql

11 lines
175 B
GraphQL

mutation CreateCalendarEventMutation($input: CreateCalendarEventInput!) {
createCalendarEvent(input: $input) {
id
title
start
end
contact
note
}
}