eventCreate
mutation
Create event Schedules a new event or reminder for the company (e.g., payment follow-up, delivery date).
mutation {
eventCreate(companyId: Int!, data: EventInsert!): Event!
}Returns: Event!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | EventInsert! |