Query
Variables
Response
listBoltSchedules
List all bolt schedules.
QUERY
listBoltSchedules(offset: Int!, limit: Int!, showInactive: Boolean!, filter: BoltScheduleFilter): BoltSchedulesArguments
offset
Int!
required
limit
Int!
required
showInactive
Boolean!
required
filter
BoltScheduleFilter
Optional filters applied to the schedule list.
Returns
ok
Boolean!
schedules
[BoltSchedule!]!
totalCount
Int!
Query
Variables
Response