CreateBoltSchedule
Create a new bolt schedule with the full parameter set the Bolt UI supports.
Caller supplies a human-readable name; the backend generates a
unique slug from it and returns both fields. Use the slug for any
follow-up triggerBoltRun / deleteBoltSchedule calls. The schedule is
validated synchronously (allowed commands, cron expression, timezone,
notification events) before being persisted.
object
CreateBoltScheduleFields
ok
Boolean!
slug
String!
The generated slug — use this as the identifier in subsequent API calls.
name
String!
The human-readable name as persisted.