OBJECT
1type ScheduledJobList implements Page {23records: [ScheduledJob!]! 45count: Int! 67offset: Int! 89limit: Int! 1011}